[Bug c++/11807] Wrong usage of registers on ARM
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Tue Aug 5 13:22:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11807
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-05 13:22 -------
>From <http://gcc.gnu.org/ml/gcc-bugs/2003-08/msg00669.html>:
fp (r11) is the Compiler's frame-pointer register. You can't use it for
your own purposes, the compiler cannot handle that.
So I am closing as invalid.
More information about the Gcc-bugs
mailing list