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

G. Steinmetz <gs...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code

--- Comment #1 from G. Steinmetz <gs...@t-online.de> ---

For comparison :

$ cat z2.f90
program p
   type t
      character(:), allocatable :: a
   end type
contains
   subroutine s(x)
      class(t) :: x(..)
      select rank (x)
      rank (1)
         select type (x)
         type is (t)
         end select
      end select
   end
end

Reply via email to