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

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

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

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

Compiles and works without "parameter" :


$ cat z2.f90
program p
   type t
      character(3) :: c
   end type
   type(t) :: x(1) = t('abc')
   print *, x%c%len
end


$ gfortran-11-20210228 z1.f90 && ./a.out
           3
$

Reply via email to