[PATCH][testuite] Fix pr80481.C after epilogue vectorization
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 5 Mar 2020 23:59:53 +0000 (16:59 -0700)
committerJeff Law <law@redhat.com>
Fri, 6 Mar 2020 00:01:24 +0000 (17:01 -0700)
        * g++.dg/pr80481.C: Disable epilogue vectorization.

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr80481.C

index 1ff727f..c4f161a 100644 (file)
@@ -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
index bd5002c..c565ad2 100644 (file)
@@ -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>