We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3367c5e commit 753653dCopy full SHA for 753653d
flang/test/Semantics/OpenMP/do-concurrent-collapse.f90
@@ -1,6 +1,7 @@
1
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
2
3
integer :: i, j
4
+! ERROR: DO CONCURRENT loops cannot be used with the COLLAPSE clause.
5
!$omp parallel do collapse(2)
6
do i = 1, 1
7
! ERROR: DO CONCURRENT loops cannot form part of a loop nest.
0 commit comments