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" }