https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
Martin Liška changed:
What|Removed |Added
Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot
gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
--- Comment #7 from Martin Liška ---
Thanks! So it's really a Fortran issue
(gdb) p startloc.line
$8 = 7
(gdb) p end_line
$9 = 6
Can please anybody from Fortran FE guys help me here?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
--- Comment #6 from David Bold ---
> What's meaning of the 'ENTRY ENTRY1()' directive?
It is an example, alternative entry point to the subroutine SUB1.
Here is some older documentation for the ENTRY directive:
https://gcc.gnu.org/onlinedocs/g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
--- Comment #5 from Martin Liška ---
>
> I also do not see it on 11-branch, but that may be related to my local build.
Yes, I made a papering over it in the GCC-11 branch
(g:5f00ef3bc724e22628fdfd81855013115d115ebe).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
--- Comment #3 from anlauf at gcc dot gnu.org ---
Reduced testcase:
MODULE MOD2
IMPLICIT NONE
CONTAINS
SUBROUTINE SUB1()
ENTRY ENTRY1()
END SUBROUTINE SUB1
END MODULE MOD2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102460
--- Comment #1 from David Bold ---
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
|