[EMAIL PROTECTED] mytests]# cat snafu.f90
module snafu
  type       ::   a
    type(b)    :: i
  end type a
  type       ::   b
    type(c)    :: i
  end type b
  type       ::   c
    type(a)    :: i
  end type c
  type (a)   :: foo
end module snafu

[EMAIL PROTECTED] mytests]# /gcc-clean/bin/gfortran -c snafu.f90
gfortran: Internal error: Segmentation fault (program f951)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE in f951 with nested derived types
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pault at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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

Reply via email to