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

--- Comment #2 from anlauf at gcc dot gnu.org ---
Replacing

  class(t) :: x

by

  class(t), allocatable :: x

avoids the ICE.  Could be an error recovery issue.

Reply via email to