[Bug testsuite/100422] [12 regression] g++.dg/gomp/clause-3.C fails after r12-438

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 4 19:05:03 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100422

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
I wonder why 'git add' did not work for this one ?

--- a/gcc/testsuite/g++.dg/gomp/clause-3.C
+++ b/gcc/testsuite/g++.dg/gomp/clause-3.C
@@ -59 +59 @@ 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" }


More information about the Gcc-bugs mailing list