public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3011] OpenACC: Fix struct-component-kind-1.c test
@ 2022-10-01  9:41 Julian Brown
  0 siblings, 0 replies; only message in thread
From: Julian Brown @ 2022-10-01  9:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:153ca019b7794c97972dcd291021cf074514fb3b

commit r13-3011-g153ca019b7794c97972dcd291021cf074514fb3b
Author: Julian Brown <julian@codesourcery.com>
Date:   Fri Sep 30 17:30:58 2022 +0000

    OpenACC: Fix struct-component-kind-1.c test
    
    This patch is a minimal fix for the recently-added
    struct-component-kind-1.c test (which is currently failing to emit one
    of the errors it expects in scan output). This fragment was erroneously
    omitted from the second version of the patch posted previously:
    
      https://gcc.gnu.org/pipermail/gcc-patches/2022-September/602504.html
    
    2022-10-01  Julian Brown  <julian@codesourcery.com>
    
    gcc/
            * gimplify.cc (omp_group_base): Fix IF_PRESENT (no_create)
            handling.

Diff:
---
 gcc/gimplify.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gimplify.cc b/gcc/gimplify.cc
index 90606088128..9e0e3429958 100644
--- a/gcc/gimplify.cc
+++ b/gcc/gimplify.cc
@@ -9245,6 +9245,7 @@ omp_group_base (omp_mapping_group *grp, unsigned int *chained,
     case GOMP_MAP_RELEASE:
     case GOMP_MAP_DELETE:
     case GOMP_MAP_FORCE_ALLOC:
+    case GOMP_MAP_IF_PRESENT:
       if (node == grp->grp_end)
 	return node;
 
@@ -9323,7 +9324,6 @@ omp_group_base (omp_mapping_group *grp, unsigned int *chained,
     case GOMP_MAP_FORCE_DEVICEPTR:
     case GOMP_MAP_DEVICE_RESIDENT:
     case GOMP_MAP_LINK:
-    case GOMP_MAP_IF_PRESENT:
     case GOMP_MAP_FIRSTPRIVATE:
     case GOMP_MAP_FIRSTPRIVATE_INT:
     case GOMP_MAP_USE_DEVICE_PTR:

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

only message in thread, other threads:[~2022-10-01  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01  9:41 [gcc r13-3011] OpenACC: Fix struct-component-kind-1.c test Julian Brown

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).