2 ! { dg
-options
"-std=f2018" }
8 character(5) :: s
= "stopp"
13 error
stop 4, quiet
=.true
.
14 error
stop 5 , quiet
=.true
.
15 stop1_1
;stop2_2
;stop4_4
;stop8_8
19 stop, quiet
=any
([.false
.])
20 stop , quiet
=any
([f
(x
)])
21 stop"stopp",quiet
=any
([f
(x
)])
22 stop "stopp" , quiet
=any
([f
(x
)])
23 s
to ps
,quiet
=all
([f
(x
)])
24 e r r o r s t o p
4 3 , q u i e t
= . t r u e
.
25 errorstop
"stopp",quiet
=.not
.f
(x
)