https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109512
Steve Kargl <kargl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #63363|0 |1
is obsolete| |
--- Comment #8 from Steve Kargl <kargl at gcc dot gnu.org> ---
Created attachment 63367
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63367&action=edit
Updated patch round two
Here's a new patch and a suitable ChangeLog.
2026-01-16 Steven G. Kargl <[email protected]>
PR fortran/109512
* resolve.cc (resolve_call,resolve_function): Check if an external
attribute is required on a call to an external procedure.
2026-01-16 Steven G. Kargl <[email protected]>
PR fortran/109512
* gfortran.dg/pr109512.f90: New test.