2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / error_stop_4.f90
bloba28aa3755b26497d6caeccda40403f41183eba1e
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008ts" }
4 ! F2015 permits ERROR STOP in PURE procedures
5 ! FIXME: Change to error_stop_3.f90 to -std=f2015.
7 pure subroutine foo()
8 error stop "failed" ! { dg-error "GNU Extension: ERROR STOP statement at .1. in PURE procedure" }
9 end