public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-12] gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump check
@ 2023-02-13  9:51 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2023-02-13  9:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:65f1a9aca71033309f21aafe85bd9d1cc03755c9

commit 65f1a9aca71033309f21aafe85bd9d1cc03755c9
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Feb 13 10:49:34 2023 +0100

    gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump check
    
    While mainline (GCC 13) converts assumptions to the ASSUME internal
    function, OG12 has only parsing-only support. Thus, remove the
    failing dump scan from the testcase.
    
    gcc/testsuite/
            * gfortran.dg/gomp/openmp-simd-8.f90: Remove dump test.

Diff:
---
 gcc/testsuite/ChangeLog.omp                      | 4 ++++
 gcc/testsuite/gfortran.dg/gomp/openmp-simd-8.f90 | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp
index 5afb1c23950..572effcad5a 100644
--- a/gcc/testsuite/ChangeLog.omp
+++ b/gcc/testsuite/ChangeLog.omp
@@ -1,3 +1,7 @@
+2023-02-13  Tobias Burnus  <tobias@codesourcery.com>
+
+	* gfortran.dg/gomp/openmp-simd-8.f90: Remove dump test.
+
 2023-02-09  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
 	* c-c++-common/gomp/defaultmap-4.c: New.
diff --git a/gcc/testsuite/gfortran.dg/gomp/openmp-simd-8.f90 b/gcc/testsuite/gfortran.dg/gomp/openmp-simd-8.f90
index cf92abf2f9e..989d80c14c4 100644
--- a/gcc/testsuite/gfortran.dg/gomp/openmp-simd-8.f90
+++ b/gcc/testsuite/gfortran.dg/gomp/openmp-simd-8.f90
@@ -1,4 +1,4 @@
-! { dg-options "-fno-openmp -fopenmp-simd -fdump-tree-original" }
+! { dg-options "-fno-openmp -fopenmp-simd" }
 
 ! While 'omp assumes' is ignored with -fopenmp-simd,
 ! 'omp assume' is processed - check that this works.
@@ -21,5 +21,3 @@ program main
     if (n == 0) stop
   !$omp end assume
 end
-
-! { dg-final { scan-tree-dump "\\.ASSUME \\(foo \\(\\) > 0\\);" "original" } }

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

only message in thread, other threads:[~2023-02-13  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13  9:51 [gcc/devel/omp/gcc-12] gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump check Tobias Burnus

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