public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-11] g++.dg/gomp/clause-3.C: Fix - missing in r12-438-g1580fc7 [PR100422]
@ 2021-05-14  8:51 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2021-05-14  8:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1c5e4b8d9b0e786dc0acb4e3ef33a34b2f07df96

commit 1c5e4b8d9b0e786dc0acb4e3ef33a34b2f07df96
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri May 14 10:04:14 2021 +0200

    g++.dg/gomp/clause-3.C: Fix - missing in r12-438-g1580fc7 [PR100422]
    
    gcc/testsuite/
            PR testsuite/100422
            * g++.dg/gomp/clause-3.C: Use 'reduction(&:..)' instead of '...(&&:..)'.
    
    (cherry picked from commit af4e4d35f0b84d7c2f57a7b682a09116e9911142)

Diff:
---
 gcc/testsuite/ChangeLog.omp          | 8 ++++++++
 gcc/testsuite/g++.dg/gomp/clause-3.C | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp
index d4a89ce34f8..01b68bdf790 100644
--- a/gcc/testsuite/ChangeLog.omp
+++ b/gcc/testsuite/ChangeLog.omp
@@ -1,3 +1,11 @@
+2021-05-14  Tobias Burnus  <tobias@codesourcery.com>
+
+	Backported from master:
+	2021-05-05  Tobias Burnus  <tobias@codesourcery.com>
+
+	PR testsuite/100422
+	* g++.dg/gomp/clause-3.C: Use 'reduction(&:..)' instead of '...(&&:..)'.
+
 2021-05-14  Tobias Burnus  <tobias@codesourcery.com>
 
 	Backported from master:
diff --git a/gcc/testsuite/g++.dg/gomp/clause-3.C b/gcc/testsuite/g++.dg/gomp/clause-3.C
index e0edc873483..aad97d6ad62 100644
--- a/gcc/testsuite/g++.dg/gomp/clause-3.C
+++ b/gcc/testsuite/g++.dg/gomp/clause-3.C
@@ -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'" }
     ;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-14  8:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14  8:51 [gcc/devel/omp/gcc-11] g++.dg/gomp/clause-3.C: Fix - missing in r12-438-g1580fc7 [PR100422] Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).