Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / binding_label_tests_20.f90
blob2b0da4316978dd4865ae6ccf1e8de1bed327d043
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
4 ! PR fortran/48858
6 subroutine foo() bind(C,name="bar") ! { dg-error "Global name 'foo' at .1. is already being used as a SUBROUTINE at .2." }
7 end subroutine foo
9 subroutine foo() bind(C,name="sub") ! { dg-error "Global name 'foo' at .1. is already being used as a SUBROUTINE at .2." }
10 end subroutine foo