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

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

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

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

This related valid case also ICEs, but down to r6 :


$ cat z2.f90
module m
   interface
      module subroutine f(n, z)
         integer, intent(in) :: n
         real :: z(n)
      end
   end interface
contains
   module procedure f
      z = 1
   end procedure
end

Reply via email to