File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
flang/test/Semantics/OpenMP Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ program main
6767
6868contains
6969 subroutine work1 ()
70- ! ERROR: THREADS, SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
70+ ! ERROR: THREADS and SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
7171 ! $omp ordered simd
7272 end subroutine work1
7373
7474 subroutine work2 ()
75- ! ERROR: THREADS, SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
75+ ! ERROR: THREADS and SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
7676 ! $omp ordered threads
7777 end subroutine work2
7878
You can’t perform that action at this time.
0 commit comments