[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2010-01-29 Thread eric dot weddington at atmel dot com
--- Comment #10 from eric dot weddington at atmel dot com 2010-01-29 17:47 --- I have in my list this bug as fixed in 4.4.0. Closing. -- eric dot weddington at atmel dot com changed: What|Removed |Added

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2008-09-14 Thread aesok at gcc dot gnu dot org
--- Comment #9 from aesok at gcc dot gnu dot org 2008-09-14 12:51 --- Subject: Bug 31644 Author: aesok Date: Sun Sep 14 12:50:10 2008 New Revision: 140360 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140360 Log: PR target/19636 PR target/24894 PR

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2008-01-08 Thread sascha-web-gcc dot gnu dot org at silbe dot org
--- Comment #7 from sascha-web-gcc dot gnu dot org at silbe dot org 2008-01-08 19:29 --- Created an attachment (id=14902) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14902action=view) another asm code block triggering the error Just been hit by this after upgrading to Ubuntu

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2008-01-08 Thread eric dot weddington at atmel dot com
--- Comment #8 from eric dot weddington at atmel dot com 2008-01-08 19:49 --- (In reply to comment #7) Created an attachment (id=14902) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14902action=view) [edit] another asm code block triggering the error Just been hit by this

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2007-11-01 Thread wvangulik at xs4all dot nl
--- Comment #5 from wvangulik at xs4all dot nl 2007-11-01 21:50 --- It seems that this is caused by the fact that eeprom_read_word is actually a piece of inline assembler returning it's value in the Z register, using z as pointer class description. This then somehow eliminates the

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2007-11-01 Thread wvangulik at xs4all dot nl
--- Comment #6 from wvangulik at xs4all dot nl 2007-11-01 21:53 --- (In reply to comment #5) Oops forgot to tell I am using avr-gcc 4.1.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31644

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2007-07-28 Thread pavel dot petrovic at gmail dot com
--- Comment #4 from pavel dot petrovic at gmail dot com 2007-07-28 20:24 --- This bug is quite cruel. I have similar application, also for atmega168 and WinAVR (avr-gcc (GCC) 4.1.2 (WinAVR 20070525)), and the following lines do not compile giving the same error. Even worse, if the code

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2007-05-30 Thread eweddington at cso dot atmel dot com
--- Comment #3 from eweddington at cso dot atmel dot com 2007-05-30 19:34 --- Testcase fails for 4.2.0 and 4.3-20070525. -- eweddington at cso dot atmel dot com changed: What|Removed |Added

[Bug target/31644] [avr] can't find a register in class 'BASE_POINTER_REGS' while reloading 'asm'

2007-05-03 Thread eweddington at cso dot atmel dot com
--- Comment #2 from eweddington at cso dot atmel dot com 2007-05-03 16:56 --- Confirmed on GCC 4.1.2. -- eweddington at cso dot atmel dot com changed: What|Removed |Added