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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org
      Known to work|                            |8.3.0
      Known to fail|                            |10.0, 9.2.0

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, started with r9-5391-g264201216816c914.
Before that it was rejected:

pr93814.f90:2:17:

    2 | character :: f, g
      |                 1
    3 | entry g() bind(c)
      |       2          
Error: Procedure ‘g’ with binding label ‘g’ at (1) uses the same global
identifier as entity at (2)

Reply via email to