https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121628

--- Comment #18 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Christipher, since I pushed before seeing Haralds glitch can you post a patch
here for:

program minimal_bug
  implicit none

  type :: nested_t
     type(nested_t),   allocatable :: children(:)
     type(nested_t),   allocatable :: relatives(:)
  end type nested_t

  type(nested_t) :: a

end

Which gives an ICE

Reply via email to