--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-20 04:56 ---
[EMAIL PROTECTED] ~]$ ~/gcc-4.1/bin/gcc t.i -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /home/pinskia/src/gcc/gcc-4.1/gcc/configure
--prefix=/home/pinskia/gcc-4.1/
Thread model: posix
gcc vers
--- Comment #3 from de at cs dot brown dot edu 2006-09-19 21:49 ---
Subject: Re: internal compiler error at cfgexpand.c:515
It seems to still be a problem with 4.1.1 (released 20060511). Maybe
this is a slightly different problem?
If not, what version has fixed this? Or, how can I cha
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-19 04:19 ---
char input[((size_t)~0 >> 1)];
hehehehehehehe.
Anyways this has been fixed for 4.1.0 by rejecting this code saying there is a
stack (32bit) overflow.
*** This bug has been marked as a duplicate of 21107 ***
--