lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / binding_label_tests_26b.f90
blobca399757dc83b86c7427d6a8c95042350581df89
1 ! { dg-do compile }
2 ! { dg-compile-aux-modules "binding_label_tests_26a.f90" }
4 ! PR 58182: [4.9 Regression] ICE with global binding name used as a FUNCTION
6 ! Contributed by Andrew Bensons <abensonca@gmail.com>
8 module f ! { dg-error "uses the same global identifier" }
9 use fg ! { dg-error "uses the same global identifier" }
10 end module
12 ! { dg-final { cleanup-modules "fg f" } }