From: Tobias Burnus Date: Mon, 13 Feb 2023 09:49:34 +0000 (+0100) Subject: gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f1a9aca71033309f21aafe85bd9d1cc03755c9;p=thirdparty%2Fgcc.git 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 --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index 5afb1c23950c..572effcad5ad 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,3 +1,7 @@ +2023-02-13 Tobias Burnus + + * gfortran.dg/gomp/openmp-simd-8.f90: Remove dump test. + 2023-02-09 Kwok Cheung Yeung * 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 cf92abf2f9e0..989d80c14c41 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" } }