aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / binding_label_tests_30.f90
blob168d4b52f2d934b9653a6bb3d1acfa71677df4c6
1 ! { dg-do compile }
2 ! Make sure this error is flagged.
3 subroutine foo() ! { dg-error "is already being used as a SUBROUTINE" }
4 end subroutine foo
6 subroutine bar() bind(C,name="foo") ! { dg-error "is already being used as a SUBROUTINE" }
7 end subroutine bar