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

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

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

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


No ICE with "program" instead of "module" :

$ cat z2.f90
program p
   type t
      class(*), allocatable :: a[:]
   end type
end

Reply via email to