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-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
/* 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)
return x + y;
}
-/* { dg-final { scan-tree-dump-times "Discarding function" 3 "oaccdevlow" } } */
+/* { dg-final { scan-tree-dump-times "Discarding function" 3 "oaccloops" } } */