------- Comment #3 from kargl at gcc dot gnu dot org 2009-07-16 17:22 ------- Does it compile with either -O or -O2? gfortran 4.4.0 may be trying to do more inlining, which can consume more memory for temporary arrays.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40773