]> 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>
Wed, 22 Jul 2020 16:49:39 +0000 (09:49 -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 13969f5388b93407f1e821c37ed47e808f5077e4..c26f2f699e529e86ff09e45db6d54c604b3c451a 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-14  Tobias Burnus  <tobias@codesourcery.com>
 
        Backport from mainline
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" } } */