This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, lukasz.langa, serhiy.storchaka, vstinner, yota moteuchi
Date 2020-09-28.16:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601308803.44.0.4772591661.issue41875@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-09-28 16:00:03corona10setrecipients: + corona10, vstinner, lukasz.langa, serhiy.storchaka, yota moteuchi
2020-09-28 16:00:03corona10setmessageid: <1601308803.44.0.4772591661.issue41875@roundup.psfhosted.org>
2020-09-28 16:00:03corona10linkissue41875 messages
2020-09-28 16:00:02corona10create