https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93363
G. Steinmetz <gs...@t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code --- Comment #1 from G. Steinmetz <gs...@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