public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6121] testsuite: Avoid unwanted vecorization [PR95046]
@ 2021-12-27  9:12 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2021-12-27  9:12 UTC (permalink / raw)
  To: gcc-cvs

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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-27  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27  9:12 [gcc r12-6121] testsuite: Avoid unwanted vecorization [PR95046] Uros Bizjak

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).