Message377604
I am able to reproduce this issue on my gcc 4.4.7
ef9b356a9deb">root@ef9b356a9deb:/home/cpython# gcc --version
gcc (Ubuntu/Linaro 4.4.7-8ubuntu7) 4.4.7
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
Objects/abstract.c: In function '_PySequence_IterSearch':
Objects/abstract.c:2065: error: implicit declaration of function '__builtin_unreachable'
Makefile:1751: recipe for target 'Objects/abstract.o' failed
make: *** [Objects/abstract.o] Error 1
And with PR 22433, I am success to build and run test.
I 'd like to send backport patch into 3.9 also |
|
Date |
User |
Action |
Args |
2020-09-28 16:00:03 | corona10 | set | recipients:
+ corona10, vstinner, lukasz.langa, serhiy.storchaka, yota moteuchi |
2020-09-28 16:00:03 | corona10 | set | messageid: <1601308803.44.0.4772591661.issue41875@roundup.psfhosted.org> |
2020-09-28 16:00:03 | corona10 | link | issue41875 messages |
2020-09-28 16:00:02 | corona10 | create | |
|