User account creation filtered due to spam.
gfortran 4.9 and 4.10 reject the code below with: subroutine sub(x) integer, intent(in) :: x entry sub_c(x) bind(c) end subroutine sub a.f90:3.16-16: entry sub_c(x) bind(c) 12 Error: Procedure sub_c with binding label sub_c at (1) uses the same global identifier as entity at (2) As far as I can tell, this code is standard-conforming (related to non-legal code from PR 35031). It should be accepted.
The code is accepted up to r199034 (2013-05-17) and rejected after r199221 (2013-05-22). Likely r199118, r199119, or r199120 (pr 48858).
> The code is accepted up to r199034 (2013-05-17) and rejected after r199221 > (2013-05-22). Likely r199118, r199119, or r199120 (pr 48858). It is r199120.
GCC 4.9.3 has been released.
GCC 4.9 branch is being closed