]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert "Fix up 'c-c++-common/goacc/firstprivate-mappings-1.c' for C, non-LP64"
authorChung-Lin Tang <cltang@codesourcery.com>
Wed, 26 May 2021 11:09:28 +0000 (19:09 +0800)
committerChung-Lin Tang <cltang@codesourcery.com>
Sat, 29 May 2021 19:52:25 +0000 (03:52 +0800)
This reverts commit 46d1c96da16958173cc05d0f5637321e3cfa171e.

gcc/testsuite/c-c++-common/goacc/firstprivate-mappings-1.c

index ab09dee3d377370a1910c1afc1521e28914d0779..f43e4b46cb6965b06687549105ac439fb570fc61 100644 (file)
@@ -419,8 +419,8 @@ vla (int array_li)
   copyout (array_so)
   /* The gimplifier has created an implicit 'firstprivate' clause for the array
      length.
-     { dg-final { scan-tree-dump {(?n)#pragma omp target oacc_parallel firstprivate\(array_li.[0-9]+\) map\(from:array_so \[len: 4\]\) \[} omplower { target { c && lp64 } } } }
-     { dg-final { scan-tree-dump {(?n)#pragma omp target oacc_parallel firstprivate\(D\.[0-9]+\) map\(from:array_so \[len: 4\]\) \[} omplower { target { c++ } } } }
+     { dg-final { scan-tree-dump {(?n)#pragma omp target oacc_parallel firstprivate\(array_li.[0-9]+\) map\(from:array_so \[len: 4\]\)} omplower { target { ! c++ } } } }
+     { dg-final { scan-tree-dump {(?n)#pragma omp target oacc_parallel firstprivate\([^)]+\) map\(from:array_so \[len: 4\]\)} omplower { target { c++ } } } }
      (C++ computes an intermediate value, so can't scan for 'firstprivate(array_li)'.)  */
   /* For C, non-LP64, the gimplifier has also created a mapping for the array
      itself; PR90859.