------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-05 16:47 -------
Confirmed, reduced testcase:
subroutine Derived()
    type Deriv
       character(len=9) :: class
    end type Deriv
    type(Deriv),  dimension(2) :: f_2d

    i = len(f_2d%class)
end subroutine Derived


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |ice-on-valid-code
      Known to fail|4.0.0                       |
            Summary|Segmentation fault, when    |ICE with len of array of
                   |accessing len(attribute) of |derived type
                   |multidimensional object     |


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


Reply via email to