vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model.

2012-11-06  Andrew Pinski  <apinski@cavium.com>

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

From-SVN: r193276
This commit is contained in:
Andrew Pinski 2012-11-07 00:18:31 +00:00 committed by Andrew Pinski
parent 86d1f6a037
commit 8f7a6877db
2 changed files with 5 additions and 1 deletions

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

View 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"