+2021-10-06 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-10-05 Tobias Burnus <tobias@codesourcery.com>
+
+ * gfortran.dg/gomp/pr43711.f90: Add dg-error + dg-prune-output,
+ remove dg-excess-errors to change XFAIL to PASS.
+
2021-10-01 Tobias Burnus <tobias@codesourcery.com>
Backported from master:
print *, 'FAIL'
!$omp section
print *, 'FAIL'
- !$omp end sections nowait nowait ! { dg-error "Unexpected junk" }
- !$omp end parallel
-end program NF03_2_5_2_1a
+ !$omp end sections nowait nowait ! { dg-error "Unexpected junk after NOWAIT clause" }
+ !$omp end parallel ! { dg-error "Unexpected !.OMP END PARALLEL statement" }
+end program NF03_2_5_2_1a ! { dg-error "Unexpected END statement" }
-! { dg-excess-errors "Unexpected" }
+! { dg-prune-output "Unexpected end of file" }