repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR middle-end/77674
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
error_stop_3.f90
blob
43747397e59a607c1a2c39e4988599c1f44060c5
1
! { dg-do compile }
2
! { dg-options "-std=gnu" }
3
!
4
! F2015 permits ERROR STOP in PURE procedures
5
! FIXME: Change to -std=f2015, when available
6
!
7
pure
subroutine
foo
()
8
error
stop
"failed"
9
end