]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/gomp/clause-3.C
g++.dg/gomp/clause-3.C: Fix - missing in r12-438-g1580fc7 [PR100422]
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / gomp / clause-3.C
index e0edc873483d0c4d50bdb864fb533374536bc921..aad97d6ad62a957df09a3bffe71c547039abaebe 100644 (file)
@@ -56,7 +56,7 @@ foo (int x)
     ;
 #pragma omp p reduction (|:d) // { dg-error "user defined reduction not found for" }
     ;
-#pragma omp p reduction (&&:d) // { dg-error "user defined reduction not found for" }
+#pragma omp p reduction (&:d) // { dg-error "user defined reduction not found for" }
     ;
 #pragma omp p copyin (d) // { dg-error "must be 'threadprivate'" }
     ;