public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/omp/gcc-12] gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump check
Date: Mon, 13 Feb 2023 09:51:42 +0000 (GMT)	[thread overview]
Message-ID: <20230213095142.7260D3858D35@sourceware.org> (raw)

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" } }

                 reply	other threads:[~2023-02-13  9:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230213095142.7260D3858D35@sourceware.org \
    --to=burnus@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).