https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105594
Steve Kargl <kargl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #55194|0 |1
is obsolete| |
--- Comment #3 from Steve Kargl <kargl at gcc dot gnu.org> ---
Created attachment 63196
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63196&action=edit
Updated patch
The attach patch and testcase have passed regression testing on
c86_64-*-freebsd. The ChangeLog explains the change.
2026-01-01 Steven G. Kargl <[email protected]>
* module.cc (gfc_use_module): Suppress bogus warning for a missing
ONLY clause on a submodule.
2026-01-01 Steven G. Kargl <[email protected]>
*gfortran.dg/pr105594.f90: New test.