[Bug fortran/69499] [F03] ICE-on-invalid on combining select type with wrong statement

gerhard.steinmetz.fortran@t-online.de gcc-bugzilla@gcc.gnu.org
Wed Feb 17 19:17:00 GMT 2016


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

--- Comment #3 from Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de> ---
Yet another example :

$ cat z4.f90
module m
   class(*) :: z
   select type (x => z)
end


More information about the Gcc-bugs mailing list