1! { dg-do compile }
2! { dg-options "-std=f2008ts" }
3!
4! F2015 permits ERROR STOP in PURE procedures
5! FIXME: Change to error_stop_3.f90 to -std=f2015.
6!
7pure subroutine foo()
8  error stop "failed"  ! { dg-error "GNU Extension: ERROR STOP statement at .1. in PURE procedure" }
9end
10