http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33803
Joel Sherrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33803
Joel Sherrill changed:
What|Removed |Added
Known to work||3.2.3, 4.1.1, 4.2.1, 4.2.2
Known to
--- Comment #3 from joel at gcc dot gnu dot org 2009-09-22 19:10 ---
Is it time to close this one? It doesn't cause an ICE in 4.4.1.
$ h8300-rtems4.10-gcc --version
h8300-rtems4.10-gcc (GCC) 4.4.1
$ h8300-rtems4.10-gcc -O0 -c des1.c
des1.c:4117: error: size of variable 'des_f' is too l
--- Comment #2 from joel at gcc dot gnu dot org 2007-10-17 21:12 ---
I have tried this code with the following gcc versions:
WORKS 3.2.3: -O2
FAILS 4.1.1: -O2
FAILS 4.2.1: -O2
FAILS 4.2.2: -O2
WORKS 4.2.1: -O0
WORKS 4.2.2: -O0
WORKS 4.1.1: -