public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-11] Fix failure in testcase c-c++-common/goacc/routine-nohost-1.c
@ 2021-05-13 16:16 Kwok Yeung
  0 siblings, 0 replies; only message in thread
From: Kwok Yeung @ 2021-05-13 16:16 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:57f5517379251a295607bdb0d9788e9d5a926956

commit 57f5517379251a295607bdb0d9788e9d5a926956
Author: Kwok Cheung Yeung <kcy@codesourcery.com>
Date:   Wed Jul 22 09:44:45 2020 -0700

    Fix failure in testcase c-c++-common/goacc/routine-nohost-1.c
    
    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.

Diff:
---
 gcc/testsuite/ChangeLog.omp                         | 6 ++++++
 gcc/testsuite/c-c++-common/goacc/routine-nohost-1.c | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp
index 87044b86e3c..43264b80213 100644
--- a/gcc/testsuite/ChangeLog.omp
+++ b/gcc/testsuite/ChangeLog.omp
@@ -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
diff --git a/gcc/testsuite/c-c++-common/goacc/routine-nohost-1.c b/gcc/testsuite/c-c++-common/goacc/routine-nohost-1.c
index 9baa56cb206..ebeaadb0b81 100644
--- a/gcc/testsuite/c-c++-common/goacc/routine-nohost-1.c
+++ b/gcc/testsuite/c-c++-common/goacc/routine-nohost-1.c
@@ -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" } } */


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

only message in thread, other threads:[~2021-05-13 16:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 16:16 [gcc/devel/omp/gcc-11] Fix failure in testcase c-c++-common/goacc/routine-nohost-1.c Kwok Yeung

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