public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/opt-parse-enum-sanity)] [PATCH][testuite] Fix pr80481.C after epilogue vectorization
@ 2020-03-17 16:09 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2020-03-17 16:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:22a75da901ba18110638abc497f56fecd11895d2

commit 22a75da901ba18110638abc497f56fecd11895d2
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Thu Mar 5 16:59:53 2020 -0700

    [PATCH][testuite] Fix pr80481.C after epilogue vectorization
    
            * g++.dg/pr80481.C: Disable epilogue vectorization.

Diff:
---
 gcc/testsuite/ChangeLog        | 4 ++++
 gcc/testsuite/g++.dg/pr80481.C | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1ff727f9e09..c4f161abf3e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+	* g++.dg/pr80481.C: Disable epilogue vectorization.
+
 2020-03-05  Joseph Myers  <joseph@codesourcery.com>
 
 	PR c/93577
diff --git a/gcc/testsuite/g++.dg/pr80481.C b/gcc/testsuite/g++.dg/pr80481.C
index bd5002c89d5..c565ad24d90 100644
--- a/gcc/testsuite/g++.dg/pr80481.C
+++ b/gcc/testsuite/g++.dg/pr80481.C
@@ -1,6 +1,10 @@
 // { dg-do compile { target { i?86-*-* x86_64-*-* }  && { ! *-*-solaris* } } }
 // { dg-options "-Ofast -funroll-loops -fopenmp -march=knl" }
 // { dg-final { scan-assembler-not "vmovaps" } }
+// Disabling epilogues until we find a better way to deal with scans.
+// { dg-additional-options "--param vect-epilogues-nomask=0" }
+
+
 
 #include <math.h>


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

only message in thread, other threads:[~2020-03-17 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17 16:09 [gcc(refs/users/marxin/heads/opt-parse-enum-sanity)] [PATCH][testuite] Fix pr80481.C after epilogue vectorization Martin Liska

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