https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117398
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aldyh at gcc dot gnu.org, | |amacleod at redhat dot com --- Comment #2 from Sam James <sjames at gcc dot gnu.org> --- * With just -O1, 11 works and >=12 fails, bisected to r12-2591-g2e96b5f14e4025. * With -O2 -fno-thread-jumps, 12 works and >=13 fails. Needs bisection I guess.