https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104096
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #2 from kargl at gcc dot gnu.org ---
This code now compiles and executes. Don't know if the code conforms to the
Fortran standard.
% gfcx -o z a.f90 && ./z
1 4 9
1 4 9
