https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81025
Doug Gilmore <doug.gilmore at imgtec dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org --- Comment #4 from Doug Gilmore <doug.gilmore at imgtec dot com> --- Created attachment 41513 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41513&action=edit cut down example via delta Sorry attachment for the last comment was dropped. I bisected the failure to r247049 using the cut down example, compiled via: $dir/xgcc -B$dir -O2 -msoft-float -mabi=32 delta_1.i -c -std=gnu11 -fgnu89-inline -O2 -fmerge-all-constants -fno-stack-protector -frounding-math -g For this bisect I configured with --disable-multilib. I'll look into this more tomorrow.