annotate gcc/testsuite/gfortran.dg/do_4.f @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 ! { dg-do compile }
kono
parents:
diff changeset
2 ! Verify that the loop not terminated on an action-stmt is correctly rejected
kono
parents:
diff changeset
3 do10i=1,20
kono
parents:
diff changeset
4 if(i.eq.5)then
kono
parents:
diff changeset
5 goto 10
kono
parents:
diff changeset
6 10 endif ! { dg-error "is within another block" }
kono
parents:
diff changeset
7 end
kono
parents:
diff changeset
8 ! { dg-excess-errors "" }
kono
parents:
diff changeset
9