https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77346
Aldy Hernandez <aldyh at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |UNCONFIRMED Ever confirmed|1 |0 --- Comment #5 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- I still cannot reproduce on a cross build to powerpc-e300c3-linux-gnu from x86-64 Linux: tor~/bld/x/gcc$ ./cc1 -quiet a.c -quiet -mno-lra -Os -w -I./ -fPIC -fno-stack-protector tor~/bld/x/gcc$ ./cc1 -quiet a.c -quiet -mno-lra -Os -w -I./ tor~/bld/x/gcc$ I thought it was an endian issue somewhere, so I tried on a cross build from a ppc64-linux box, but I couldn't reproduce there either. Then I noticed that you're also running a cross from x86-64, so this shouldn't make a difference. I'm going to return this PR to UNCONFIRMED until someone else can confirm it. Perhaps someone else has another idea.