[Bug fortran/93363] [10 Regression] ICE in gfc_get_class_from_expr, at fortran/trans-expr.c:484

gscfq@t-online.de gcc-bugzilla@gcc.gnu.org
Tue Jan 21 17:34:00 GMT 2020


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

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

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

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

A related case :


$ cat z3.f90
program p
   type t
      integer :: a
   end type
   type(t) :: z
   z = t(1)
   associate (y => t)
   end associate
end


More information about the Gcc-bugs mailing list