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/15314] New: [gfortran] ICE caused by array initializer in derived type definition


% ~/tree-ssa-20040430/bin/gfortran defect_derived_init.f90
defect_derived_init.f90: In function `MAIN__':
defect_derived_init.f90:0: internal compiler error: in simplify_subreg, at
simplify-rtx.c:3439

% cat defect_derived_init.f90
program main

  type foo
     integer :: a(10) = 1
     integer :: b = 1
  end type foo

  type(foo) :: x
  print*, x%b
end program main

-- 
           Summary: [gfortran] ICE caused by array initializer in derived
                    type definition
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lei at il dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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