[Bug rtl-optimization/80352] Improper reload of operands with equiv pseudo

thopre01 at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 26 13:24:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80352

--- Comment #5 from Thomas Preud'homme <thopre01 at gcc dot gnu.org> ---
FWIW, I've configured GCC with --target=arm-none-eabi --with-cpu=cortex-m7
--with-mode=thumb and then ran make all-gcc. I think it would work equally well
without the cpu and mode given that these are given on the command line:

arm-none-eabi-gcc -S -mcpu=cortex-m7 -mthumb -O2 foo.c -wrapper gdb,--args


More information about the Gcc-bugs mailing list