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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-pc-linux-gnu
           Keywords|                            |ice-on-invalid-code

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

And for completeness :

$ cat z2.f90
program p
   type t
   end type
   type(t) :: x(2)
   print *, transfer(1, x, huge(1))
end

Reply via email to