https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86551
janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code CC| |janus at gcc dot gnu.org Summary|[ICE] bare class and select |[OOP] ICE on invalid code |type |with select type --- Comment #2 from janus at gcc dot gnu.org --- Further reduced test case: program a implicit none type :: t1 end type class(t1) :: c2 select type (d => c2) end select type end