[Bug target/72827] [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu
meissner at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 30 21:01:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72827
--- Comment #22 from Michael Meissner <meissner at gcc dot gnu.org> ---
Note, if the index register is R0 and the base register is SP, you might not be
able to use the other register (well you can use it, but you likely will get a
segmentation fault or just access the wrong memory).
I would at least put in a gcc_assert to make sure it isn't R0.
More information about the Gcc-bugs
mailing list