[Bug target/63347] m68k misoptimisation with -fschedule-insns
mikpelinux at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Oct 4 19:27:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63347
--- Comment #3 from Mikael Pettersson <mikpelinux at gmail dot com> ---
I can't reproduce with a vanilla gcc-4.8.3 configured for m68k-elf. For the
"if (0x0 == haddr) ..." it generates:
lea (20,%sp),%sp
tst.l %d2
seq %d2
extb.l %d2
neg.l %d2
which looks correct and matches your 4.7 output.
How was your gcc configured?
More information about the Gcc-bugs
mailing list