------- Comment #3 from rguenth at gcc dot gnu dot org 2009-09-06 14:46 ------- Well you are allocating an 1.5gb bss segment. There is no room for this amount of contiguous memory on i?86.
You might want to use allocatable arrays instead. Anyway, this is not a gcc bug. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41283