https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112415
--- Comment #14 from dave.anglin at bell dot net --- On 2023-11-07 8:36 p.m., sjames at gcc dot gnu.org wrote: > If I instrument certain functions in compile.c with no optimisation attribuet > or build the file with -fno-fold-mem-offsets, Python works, so I'm reasonably > sure this is the relevant object. I believe this bug is related to https://gcc.gnu.org/PR97431 I see the same fault with using debian/rules and -finline-small-functions option. Debian has been building with -fno-inline-small-functions on sh and hppa. This hides problem.