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/17741] New: ICE in gfc_free_namespace, at fortran/symbol.c:2208


With 
 
GNU Fortran 95 (GCC 4.0.0 20040929 (experimental)) 
 
I receive the error 
 
$ ~/gcc/bin/gfortran ih_3determinant.f90  
 In file ih_3determinant.f90:8 
 
END SUBROUTINE ih_3determinant 
  1 
Error: Expecting END FUNCTION statement at (1) 
Error: Unexpected end of file in 'ih_3determinant.f90' 
ih_3determinant.f90:0: internal compiler error: in gfc_free_namespace, at 
fortran/symbol.c:2208 
 
for the following illegal source code: 
 
SUBROUTINE ih_3determinant 
  IMPLICIT NONE 
  interface 
     integer function CCTKi_IsActiveCCCCAnalysis () 
       implicit none 
     end function CCTKi_IsActiveCCCCAnalysis 
     integer function CCTKi_IsActiveCCCC_CFC_Check () 
END SUBROUTINE ih_3determinant

-- 
           Summary: ICE in gfc_free_namespace, at fortran/symbol.c:2208
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17741


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