------- Comment #1 from pinskia at gcc dot gnu dot org 2007-04-18 15:59 -------
You just happen to overflow the stack. The stack limit is too low for your
array. This is not a GCC bug, either use limit or ulimit depening on the shell
you use to figure out the stack limit.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|runtime error after |runtime error after
|compiling - segmentaion |compiling - segmentaion
|fault |fault
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31619