[Bug target/123076] [15/16/17 Regression] [m68k] CPython interpreter locks up when built with GCC 15 with -O2
glaubitz at debian dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 8 12:03:11 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123076
--- Comment #4 from John Paul Adrian Glaubitz <glaubitz at debian dot org> ---
(In reply to John Paul Adrian Glaubitz from comment #3)
> I can confirm that passing -fno-auto-inc-dec to GCC during build fixes this
> problem.
>
> I'll also test now whether the proposed patch from PR123853 fixes the
> problem as well.
The patch does not seem to help. It still gets stuck here:
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/venv'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/venv/scripts'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/venv/scripts/common'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/venv/scripts/posix'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/wsgiref'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/xml'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/xml/dom'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/xml/etree'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/xml/parsers'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/xml/sax'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/xmlrpc'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/zipfile'...
Listing
'/build/reproducible-path/python3.14-3.14.5/debian/tmp/usr/lib/python3.14/zipfile/_path'...
(Nothing else after this. Build is stuck.)
More information about the Gcc-bugs
mailing list