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
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
error_stop_3.f90
blob
1ff74d8623a170623e0756cd611c211bde1292ea
1
! { dg-do compile }
2
! { dg-options "-std=f2018" }
3
!
4
! F2018 permits ERROR STOP in PURE procedures
5
!
6
pure
subroutine
foo
()
7
error
stop
"failed"
8
end