This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/21995] New: Problem using spread intrinsic
- From: "gcc-bugzilla at chatsubo dot lagged dot za dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jun 2005 10:06:42 -0000
- Subject: [Bug fortran/21995] New: Problem using spread intrinsic
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PROGRAM ding
IMPLICIT NONE
PRINT*, SPREAD(1.0,1,4)
END PROGRAM ding
Running this program when compiled with gfortran goes off into an infinite loop,
or tries to allocate a large amount of memory, resulting it the process being
killed.
--
Summary: Problem using spread intrinsic
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gcc-bugzilla at chatsubo dot lagged dot za dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21995