I use: GNU Fortran (GCC) 4.5.0 20090617 (experimental) Copyright (C) 2009 Free Software Foundation, Inc.
The following piece of code breaks f951 (hangs forever): REAL, DIMENSION(720,360) :: ZLON_MASK ZLON_MASK(:,:)= SPREAD( (/ (JLON , JLON=1,720) /) , DIM=2, NCOPIES=360 ) END -- Summary: Problem with spread intrinsic Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: philippe dot marguinaud at meteo dot fr GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40472