From: Andre Vieira Date: Thu, 5 Mar 2020 23:59:53 +0000 (-0700) Subject: [PATCH][testuite] Fix pr80481.C after epilogue vectorization X-Git-Tag: upstream/12.2.0~17980 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22a75da901ba18110638abc497f56fecd11895d2;p=platform%2Fupstream%2Fgcc.git [PATCH][testuite] Fix pr80481.C after epilogue vectorization * g++.dg/pr80481.C: Disable epilogue vectorization. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1ff727f..c4f161a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-03-05 Andre Vieira + + * g++.dg/pr80481.C: Disable epilogue vectorization. + 2020-03-05 Joseph Myers PR c/93577 diff --git a/gcc/testsuite/g++.dg/pr80481.C b/gcc/testsuite/g++.dg/pr80481.C index bd5002c..c565ad2 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