lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / error_stop_4.f90
blobd8cdefe14cbcc464b994a63d6d4f2fd5b7e7b18a
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
4 ! F2018 permits ERROR STOP in PURE procedures
6 pure subroutine foo()
7 error stop "failed" ! { dg-error "Fortran 2018: ERROR STOP statement at .1. in PURE procedure" }
8 end