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
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
error_stop_4.f90
blob
a28aa3755b26497d6caeccda40403f41183eba1e
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
!
7
pure
subroutine
foo
()
8
error
stop
"failed"
! { dg-error "GNU Extension: ERROR STOP statement at .1. in PURE procedure" }
9
end