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.
+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.
-! { 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.
if (n == 0) stop
!$omp end assume
end
-
-! { dg-final { scan-tree-dump "\\.ASSUME \\(foo \\(\\) > 0\\);" "original" } }