[Bug target/47675] [avr] problems with asm when all registers on clobber list

2012-10-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47675 Georg-Johann Lay changed: What|Removed |Added Target||avr Status|UNCONF

[Bug target/47675] [avr] problems with asm when all registers on clobber list

2011-02-10 Thread Kicer86 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47675 --- Comment #2 from MichaƂ Walenciak 2011-02-10 11:37:11 UTC --- (In reply to comment #1) > Don't use clobbers then but save/restore the registers yourself. You can't > obviously take away all regs from GCC. Eventually this should be diagnosed

[Bug target/47675] [avr] problems with asm when all registers on clobber list

2011-02-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47675 --- Comment #1 from Richard Guenther 2011-02-10 11:24:09 UTC --- Don't use clobbers then but save/restore the registers yourself. You can't obviously take away all regs from GCC. Eventually this should be diagnosed though - I suppose you do see