https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103471
Paul Thomas <pault at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |Missed no IMPLICIT type |ICE in |errors |gfc_typenode_for_spec, at | |fortran/trans-types.c:1114 | --- Comment #12 from Paul Thomas <pault at gcc dot gnu.org> --- The regression has been cured in the above commit and some of the missed error messages have been fixed. Compared with the submission to the list and discussed with Harald Anlauf, an extra chunk has been added in resolve.cc(resolve_actual_arglist) to catch untyped actual arguments. See the testcase commented out line for an example interference between different statements with untyped symbols. I am keeping this one open having changed the summary. Paul