This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why doesn't -fomit-frame-pointer work(very well)?


On Wed, Apr 03, 2002 at 06:01:40PM -0500, Peter Barada wrote:
> So it looks like it tried to eliminate the frame pointer and then
> failed.

Hum.  I suspect that reload doesn't like %sp being modifed
and used within the same insn.  In fact, IIRC this is illegal
on ARM, so there may well be code in there to prevent this.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]