! { dg-do compile }! { dg-options "-std=legacy"}! Check for error message when computed and assigned gotos reference
! illegal label numbers.
ASSIGN 1TO I
GOTO(1,2,3,42),2! { dg-error "is never defined"}GOTO I, (1,2,3,43) ! { dg-error "is never defined"}1CONTINUE2CONTINUE3CONTINUEc No label 42 or 43.END