[issue42164] Python fails to compile in the Fedora Stable LTO buildbots

STINNER Victor report at bugs.python.org
Mon Oct 26 21:00:46 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> Yeah, now try to compile with LTO and CFLAGS='-O0'

Using LTO:

* "-O1 -finline-functions -finline-small-functions -fpartial-inlining" reproduces the issue.
* "-O1" does not reproduce the issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42164>
_______________________________________


More information about the Python-bugs-list mailing list