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

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 analogous variant works :


$ cat z2.f90
program p
   print *, findloc([integer::], 1)
end


$ gfortran-10-20200216 z1.f90 && a.out
           0
$

Reply via email to