From: Andrew Pinski Date: Wed, 7 Nov 2012 00:18:31 +0000 (+0000) Subject: vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model. X-Git-Tag: releases/gcc-4.8.0~2186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f7a6877dbcd89fd253fd7a6e9ffdb2c7949063e;p=thirdparty%2Fgcc.git vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model. 2012-11-06 Andrew Pinski * gcc.target/aarch64/vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model. From-SVN: r193276 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 96ca4ba2aebb..b2fc1b4d664f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-11-06 Andrew Pinski + + * gcc.target/aarch64/vect-fmaxv-fminv-compile.c: Add -fno-vect-cost-model. + 2012-11-06 Aldy Hernandez * c-c++-common/tm/trxn-expr-3.c: Adjust for uninstrumented code path. diff --git a/gcc/testsuite/gcc.target/aarch64/vect-fmaxv-fminv-compile.c b/gcc/testsuite/gcc.target/aarch64/vect-fmaxv-fminv-compile.c index 913cc8ce8838..975cef9c5845 100644 --- a/gcc/testsuite/gcc.target/aarch64/vect-fmaxv-fminv-compile.c +++ b/gcc/testsuite/gcc.target/aarch64/vect-fmaxv-fminv-compile.c @@ -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"