[Bug fortran/16161] New: [gfortran] IMPLICIT CHARACTER not implemented
tow21 at cam dot ac dot uk
gcc-bugzilla@gcc.gnu.org
Wed Jun 23 16:36:00 GMT 2004
gfortran, when confronted with the following code:
PROGRAM TEST
IMPLICIT CHARACTER (C)
END PROGRAM
gives an incorrect error message, and then ICEs
parabrisas:~% gfortran test.f
In file test.f:2
IMPLICIT CHARACTER (C)
1
Error: Syntax error in IMPLICIT statement at (1)
test.f:0: internal compiler error: Segmentation fault
--
Summary: [gfortran] IMPLICIT CHARACTER not implemented
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tow21 at cam dot ac dot uk
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16161
More information about the Gcc-bugs
mailing list