Wrong Regsiter Usage on ARM

Richard Earnshaw rearnsha@arm.com
Tue Aug 5 13:02:00 GMT 2003


alex.warg@gmx.net said:
> The compiler uses register fp (r11) as memory reference, but it
> contains a prior loaded non-pointer value. 

fp (r11) is the Compiler's frame-pointer register.  You can't use it for 
your own purposes, the compiler cannot handle that.

R.



More information about the Gcc-bugs mailing list