https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85645
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- ./cc1 -quiet -nostdinc -m32 -mcpu=e300c2 -O1 -funroll-loops -fno-dce -fno-tree-dominator-opts -fno-tree-fre -w pr85645.c ./cc1 -quiet -nostdinc -m32 -mcpu=powerpc -O1 -funroll-loops -fno-dce -fno-tree-dominator-opts -fno-tree-fre -w pr85645.c ./cc1 -quiet -nostdinc -m32 -mcpu=power4 -O1 -funroll-loops -fno-dce -fno-tree-dominator-opts -fno-tree-fre -w pr85645.c ./cc1 -quiet -nostdinc -m32 -mcpu=power5 -O1 -funroll-loops -fno-dce -fno-tree-dominator-opts -fno-tree-fre -w pr85645.c ./cc1 -quiet -nostdinc -m32 -mcpu=power6 -O1 -funroll-loops -fno-dce -fno-tree-dominator-opts -fno-tree-fre -w pr85645.c all work, tried also -fpie, -fpic, -fasynchronous-unwind-tables -g, -msecure-plt. I'm simply out of ideas how to reproduce this.