[Bug inline-asm/62144] "Frame pointer required, but reserved" error with -fomit-frame-pointer but only with -m32 -O2
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 15 10:02:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-08-15
CC| |vmakarov at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
frame_pointer_needed is set by setup_can_eliminate. Which means that desipte
-fomit-frame-pointer IRA is not able to eliminate the frame pointer?
Vlad?
More information about the Gcc-bugs
mailing list