[avr-gcc-list] Clobber list isn't working

2007-07-24 Thread Gre7g Luterman
I suppose I could be misunderstanding how the clobber list of an inline asm statement is supposed to work, but it doesn't seem to be working for me. I specify that I'm using r28 and r29, but the code following my asm statement continues to use Y as if it was untouched. To demonstrate, I've

RE: [avr-gcc-list] Clobber list isn't working

2007-07-24 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Gre7g Luterman Sent: Tuesday, July 24, 2007 4:54 PM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] Clobber list isn't working I suppose I could be misunderstanding how the clobber list