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

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

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

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

Compiles :

$ cat z2.f90
program p
   type t
      real, allocatable :: a(:)
   end type
   type(t) :: y
   call s(y)
contains
   subroutine s(x)
      class(*) :: x
   end
end

Reply via email to