Fix warnings occured during profiledboostrap on
[official-gcc.git] / gcc / testsuite / gfortran.dg / error_stop_3.f90
blob43747397e59a607c1a2c39e4988599c1f44060c5
1 ! { dg-do compile }
2 ! { dg-options "-std=gnu" }
4 ! F2015 permits ERROR STOP in PURE procedures
5 ! FIXME: Change to -std=f2015, when available
7 pure subroutine foo()
8 error stop "failed"
9 end