[avr-gcc-list] (no subject)

2007-03-28 Thread masod ARAGHI
hello plese send me an tinyusb project files for avr programmer with usb thank you [EMAIL PROTECTED] - Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games.___ AVR-GCC-list mailing

[avr-gcc-list] possible 4.1.2 bug

2007-03-28 Thread John Regehr
Hi all- The code below, compiled with avr-gcc 4.1.2 like this avr-gcc -c -Os -mmcu=atmega128 prob.c produces faulty assembly code that attempts ldi into r14. I'm not at all sure that the asm is correct (didn't write it) but it seems that gcc shouldn't be picking an unusable register in

Re: [avr-gcc-list] possible 4.1.2 bug

2007-03-28 Thread John Regehr
Doh. I figured that this sort of constraint would be implicit from the instructions used. Thanks! John Regehr On Thu, 29 Mar 2007, Joerg Wunsch wrote: John Regehr [EMAIL PROTECTED] wrote: I'm not at all sure that the asm is correct (didn't write it) but it seems that gcc shouldn't

RE: [avr-gcc-list] possible 4.1.2 bug

2007-03-28 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of John Regehr Sent: Wednesday, March 28, 2007 10:15 PM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] possible 4.1.2 bug void foo (char, char, char, char, char); short bar (void)