https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113997

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org ---
Can you provide a complete minimum example?  It seems that your
description conflicts with Fortran 2023, 19.2 Global identifiers.

1   ... entities with binding labels ... are global entities of a program.
    ... The name of ... external procedure with no binding label ... is a
global
    identifier.  ... A binding label of an entity of the program is a global
    identifier.


2  The global identifier of an entity shall not be the same as the global
identifier
   of any other entity. Furthermore, a binding label shall not be the same as
the
   global identifier of any other global entity, ignoring differences in case.

Reply via email to