brintos

brintos / llvm-project-archived public Read only

0
0
Text · 310 B · 01d14aa Raw
15 lines · plain
1! RUN: %python %S/../test_errors.py %s %flang -fopenmp2! Regression test for #1432293 4!$omp parallel5do i = 1, 26!ERROR: invalid branch into an OpenMP structured block7!ERROR: invalid branch leaving an OpenMP structured block8  goto 109end do10!$omp master1110 print *, i12!$omp end master13!$omp end parallel14end15