vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model.
authorAndrew Pinski <apinski@cavium.com>
Wed, 7 Nov 2012 00:18:31 +0000 (00:18 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 7 Nov 2012 00:18:31 +0000 (16:18 -0800)
2012-11-06  Andrew Pinski  <apinski@cavium.com>

* gcc.target/aarch64/vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model.

From-SVN: r193276

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/vect-fmaxv-fminv-compile.c

index 96ca4ba..b2fc1b4 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-06  Andrew Pinski  <apinski@cavium.com>
+
+       * gcc.target/aarch64/vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model.
+
 2012-11-06  Aldy Hernandez  <aldyh@redhat.com>
 
        * c-c++-common/tm/trxn-expr-3.c: Adjust for uninstrumented code path.
index 913cc8c..975cef9 100644 (file)
@@ -1,6 +1,6 @@
 
 /* { dg-do compile } */
-/* { dg-options "-O3 -ffast-math" } */
+/* { dg-options "-O3 -ffast-math -fno-vect-cost-model" } */
 
 #include "vect-fmaxv-fminv.x"