]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump check
authorTobias Burnus <tobias@codesourcery.com>
Mon, 13 Feb 2023 09:49:34 +0000 (10:49 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 13 Feb 2023 09:49:34 +0000 (10:49 +0100)
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.

gcc/testsuite/ChangeLog.omp
gcc/testsuite/gfortran.dg/gomp/openmp-simd-8.f90

index 5afb1c23950c359ddf51e5ad28469d2b74a3a8bf..572effcad5ad4a478e5d17146820fedecc648f94 100644 (file)
@@ -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.
index cf92abf2f9e043edf72597bbb65ea1ad43cf0b39..989d80c14c4183f0625a4ec8b762e4db00d56d97 100644 (file)
@@ -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" } }