This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16161] New: [gfortran] IMPLICIT CHARACTER not implemented
- From: "tow21 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2004 16:35:17 -0000
- Subject: [Bug fortran/16161] New: [gfortran] IMPLICIT CHARACTER not implemented
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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