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

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

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

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

It should be added that following variant started with r10,
between 20190908 and 20190915 :


$ cat z2.f90
subroutine g
   call s(1)
end
subroutine h(x)
   integer, pointer :: x(..)
   call s(x)
end

Reply via email to