[Bug fortran/14054] New: [gfortran] ICE on statement function
bdavis9659 at comcast dot net
gcc-bugzilla@gcc.gnu.org
Sat Feb 7 01:42:00 GMT 2004
Below ICE from test FM020 of the NIST F77 compiler validation suite:
/usr/local/bin/gfortran FM020.FOR
f951: ../../gcc/gcc/fortran/trans-expr.c:1171: gfc_conv_statement_function:
Assertion `fsym->backend_decl' failed.
FM020.FOR: In function `MAIN__':
FM020.FOR:3: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
The code:
PROGRAM FM020
IFON01(IDON01) = 32767
IVCOMP = IFON01(3)
END
gfortran version:
GNU Fortran 95 (GCC 3.5-tree-ssa 20040206 (merged 20040126))
Copyright (C) 2003 Free Software Foundation, Inc.
--
Summary: [gfortran] ICE on statement function
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bdavis9659 at comcast dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14054
More information about the Gcc-bugs
mailing list