[Bug fortran/13569] New: [gfortran] ICE from character array in derived type.

tow21 at cam dot ac dot uk gcc-bugzilla@gcc.gnu.org
Mon Jan 5 13:08:00 GMT 2004


(from cvs of 04/01/2004)

parabrisas% cat test.f90
Module parse
  
  Implicit None
  
  Type p_line
     Character(len=1)          ::  id(3)
  End Type p_line
  
Contains
  
  Subroutine destroy_lp(p)
    Type(p_line)     :: p
  End Subroutine destroy_lp
  
End Module parse

parabrisas% gfortran -xf95 test.f90
test.f90:0: internal compiler error: in gfc_get_dtype_cst, at
fortran/trans-types.c:584
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [gfortran] ICE from character array in derived type.
           Product: gcc
           Version: tree-ssa
            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=13569



More information about the Gcc-bugs mailing list