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

G. Steinmetz <gs...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gs...@t-online.de

--- Comment #5 from G. Steinmetz <gs...@t-online.de> ---
Update :

$ cat z1.f90
function test() bind(C)
entry bar() bind(C)
end


$ gfortran-9-20180902 -c z1.f90
z1.f90:2:9-9:

2 | entry bar() bind(C)
  |         1
Error: Procedure 'bar' with binding label 'bar' at (1) uses the same global
identifier as entity at (2)

Reply via email to