]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix failure in testcase c-c++-common/goacc/routine-nohost-1.c
authorKwok Cheung Yeung <kcy@codesourcery.com>
Wed, 22 Jul 2020 16:44:45 +0000 (09:44 -0700)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Thu, 22 Apr 2021 17:14:26 +0000 (10:14 -0700)
2020-07-22  Kwok Cheung Yeung  <kcy@codesourcery.com>

gcc/testsuite/
* c-c++-common/goacc/routine-nohost-1.c: Change tree dump pass to
oaccloops.

gcc/testsuite/ChangeLog.omp
gcc/testsuite/c-c++-common/goacc/routine-nohost-1.c

index 87044b86e3cab3ba4a40a040e72af81ba4bbda76..43264b80213f8f4170685e33ab09619d8a1e7040 100644 (file)
@@ -1,3 +1,9 @@
+2020-07-22  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       gcc/testsuite/
+       * c-c++-common/goacc/routine-nohost-1.c: Change tree dump pass to
+       oaccloops.
+
 2020-07-20  Frederik Harwath  <frederik@codesourcery.com>
 
        * gfortran.dg/goacc/orphan-reductions-2.f90: New test
index 9baa56cb20607a1a9c17c08eafc67c53478beb2b..ebeaadb0b8111473dab7116e39363922b82e3f57 100644 (file)
@@ -1,7 +1,7 @@
 /* Test the nohost clause for OpenACC routine directive.  Exercising different
    variants for declaring routines.  */
 
-/* { dg-additional-options "-fdump-tree-oaccdevlow" } */
+/* { dg-additional-options "-fdump-tree-oaccloops" } */
 
 #pragma acc routine nohost
 int THREE(void)
@@ -25,4 +25,4 @@ float ADD(float x, float y)
   return x + y;
 }
 
-/* { dg-final { scan-tree-dump-times "Discarding function" 3 "oaccdevlow" } } */
+/* { dg-final { scan-tree-dump-times "Discarding function" 3 "oaccloops" } } */