[Bug target/38159] [avr] ICE: gcc.c-torture/execute/pr38051.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions

2011-07-14 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38159 Eric Weddington eric.weddington at atmel dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/38159] [avr] ICE: gcc.c-torture/execute/pr38051.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions

2011-07-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38159 --- Comment #4 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-07-14 17:28:07 UTC --- Must be new artifact, r176217 fails and my local 176136 passes.

[Bug target/38159] [avr] ICE: gcc.c-torture/execute/pr38051.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions

2008-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-11-16 22:26 --- What's sizeof (void *) and sizeof (long) for avr? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/38159] [avr] ICE: gcc.c-torture/execute/pr38051.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions

2008-11-16 Thread eric dot weddington at atmel dot com
--- Comment #2 from eric dot weddington at atmel dot com 2008-11-17 00:15 --- (In reply to comment #1) What's sizeof (void *) and sizeof (long) for avr? char: 8-bit int/short: 16-bit pointer: 16-bit long: 32-bit long long: 64-bit --