[Bug fortran/41600] [OOP] SELECT TYPE with associate-name => exp: Arrays not supported

janus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jan 30 10:38:00 GMT 2010



------- Comment #1 from janus at gcc dot gnu dot org  2010-01-30 10:37 -------
Related example (PR42888 comment #17):

  implicit none
  type t
     integer :: X = -999.0
  end type t
  class(t), allocatable :: y(:)
  allocate (t::y(1))         ! ICE
end


-- 


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



More information about the Gcc-bugs mailing list