[Bug fortran/104096] ICE with parameterized derived type (PDT)

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 18 20:50:48 GMT 2022


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


More information about the Gcc-bugs mailing list