Re: Writing over [SP]

2009-05-15 Thread Jamie Prescott
> From: Diego Novillo > To: Jamie Prescott > Cc: gcc@gcc.gnu.org > Sent: Friday, May 15, 2009 2:44:23 PM > Subject: Re: Writing over [SP] > > On Thu, May 14, 2009 at 18:18, Jamie Prescott wrote: > > > > This is driving me crazy. Any memory op th

Re: Writing over [SP]

2009-05-15 Thread Diego Novillo
On Thu, May 14, 2009 at 18:18, Jamie Prescott wrote: > > This is driving me crazy. Any memory op that tries to write over [SP] get's > automatically nuked > by the compiler. > Any offset, positive or negative, from SP, has no problems. > What did I do wrong this time? You need to provide a *whol

Writing over [SP]

2009-05-14 Thread Jamie Prescott
This is driving me crazy. Any memory op that tries to write over [SP] get's automatically nuked by the compiler. Any offset, positive or negative, from SP, has no problems. What did I do wrong this time? - Jamie