This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/16161] New: [gfortran] IMPLICIT CHARACTER not implemented


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]