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

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Committed as r12-477-gaf4e4d35f0b84d7c2f57a7b682a09116e9911142

Was missing in commit r12-438-g1580fc764423bf89e9b853aaa8c65999e37ccb8b
OpenMP: Support complex/float in && and || reduction

Tobias
-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank Thürauf

[-- Attachment #2: committed.diff --]
[-- Type: text/x-patch, Size: 948 bytes --]

commit af4e4d35f0b84d7c2f57a7b682a09116e9911142
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed May 5 08:50:15 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 '...(&&:..)'.

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-05  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  8:16 [Patch, committed] 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).