https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103058
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ipa |fortran
--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Looking at the particular ICE, this looks like a fortran frond-end issue - this
is during compilation and not during link and I do not see why Fortran should
produce nested function with external linkage.
I comitted a patch that silences the ICE, but it would be nice to make the
function static for Fortran.
Changing component to fortran.