https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marxin at gcc dot gnu.org
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to David Bold from comment #1)
> I got around to compile the most recent version (git commit 2f2dcbe471) and
> with that I get:
>
> MOD2.f:15:72:
>
> 15 | END MODULE MOD2
> |
> ^
> Error: function starts on a higher line number than it ends
> [-Werror=coverage-invalid-line-number]
> f951: some warnings being treated as errors
It's very likely a front-end issue which is described in the warning message.
What's meaning of the 'ENTRY ENTRY1()' directive?