https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99818
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 50494
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50494&action=edit
Fix for the PR
The fix is trivial - gfortran now gives the correct error.
15 | call y%s
| 1
Error: Actual argument to ‘x’ at (1) must be a coarray
Paul