public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Uros Bizjak <uros@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6121] testsuite: Avoid unwanted vecorization [PR95046]
Date: Mon, 27 Dec 2021 09:12:08 +0000 (GMT)	[thread overview]
Message-ID: <20211227091208.AF7DA3858406@sourceware.org> (raw)

https://gcc.gnu.org/g:e078de24eae8253fd4f24342f65166b525dd99c6

commit r12-6121-ge078de24eae8253fd4f24342f65166b525dd99c6
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Mon Dec 27 10:00:28 2021 +0100

    testsuite: Avoid unwanted vecorization [PR95046]
    
    2021-12-27  Uroš Bizjak  <ubizjak@gmail.com>
    
    gcc/testsuite/ChangeLog:
    
            PR target/95046
            * gfortran.dg/extract_recip_1.f: Adjust testcase.

Diff:
---
 gcc/testsuite/gfortran.dg/extract_recip_1.f | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/extract_recip_1.f b/gcc/testsuite/gfortran.dg/extract_recip_1.f
index f70157c6da2..74d42a46696 100644
--- a/gcc/testsuite/gfortran.dg/extract_recip_1.f
+++ b/gcc/testsuite/gfortran.dg/extract_recip_1.f
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! { dg-options "-Ofast -fdump-tree-optimized-raw" }
+! { dg-options "-Ofast -fno-tree-vectorize -fdump-tree-optimized-raw" }
 
       SUBROUTINE F(N,X,Y,Z,A,B)
           DIMENSION X(4,4), Y(4), Z(4)


                 reply	other threads:[~2021-12-27  9:12 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=20211227091208.AF7DA3858406@sourceware.org \
    --to=uros@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).