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

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

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

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

Whereas, directly :

$ cat z3.f90
program p
   character(:), pointer :: x, y
   print *, associated(x, y)
end

$ gfortran-10-20191215 z3.f90 && ./a.out
 F

Reply via email to