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/13280] New: [gfortan] ICE for IO of derived type with character components


subroutine bug 
  implicit none 
 
  type :: type1 
     character, dimension(2) :: field1 
     integer :: field2 
  end type type1 
 
  type (type1) :: foo 
 
  print *, foo%field2 
end subroutine bug 
 
t.f90: In function `bug': 
 
t.f90:1: 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. 
 
More fun with derived types and character arrays...

-- 
           Summary: [gfortan] ICE for IO of derived type with character
                    components
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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