------- Comment #2 from burnus at gcc dot gnu dot org 2010-01-09 21:29 ------- And of cause it still does not work:
module m type st integer , allocatable :: a1 end type st type at integer , allocatable :: a2(:) end type at type t1 type(st), allocatable :: b1 end type t1 type t2 type(st), allocatable :: b2(:) end type t2 type t3 type(at), allocatable :: b3 end type t3 type t4 type(at), allocatable :: b4(:) end type t4 end module m -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42647