--
What|Removed |Added
CC|lupuroshu at yahoo dot com |
http://sourceware.org/bugzilla/show_bug.cgi?id=10965
--- You are receiving this mail because: ---
Yo
--
What|Removed |Added
CC||hjl dot tools at gmail dot
||com
http://sourceware.org/bugzilla
--- Additional Comments From hjl dot tools at gmail dot com 2009-11-15
21:36 ---
Can it be reproduced on Linux?
--
What|Removed |Added
Status|NEW
--- Additional Comments From lupuroshu at yahoo dot com 2009-11-15 19:23
---
I couldn't attach the file - too large.
You can find it here: http://students.info.uaic.ro/~halip.ilie/testcase.zip
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10965
--- You are receiving this ma
Host system: Windows XP SP3, with Cygwin installed
Compiler: gcc 4.4.2, cross-compiler (configured with ./configure
--target=i586-elf --prefix=/usr/cross --disable-nls --enable-languages=c,c++
--without-headers)
Binutils: 2.20 (configured with ./configure --target=i586-elf
--prefix=/usr/cross --dis
objdump disassemble "lpm rX, Z" as "lpm rX, Z+".
avr% cat bug-lpm.c
void try_asm(void) {
__asm__ __volatile__(
"lpm r18, Z+\n\t"
"lpm r18, Z\n\t"
::);
}
avr% avr-gcc -Wall -mmcu=atmega8515 -O3 -Os -c bug-lpm.c
avr% avr-objdump -d bug-lpm.o
bug-lpm.o: