From: Christophe Lyon Date: Tue, 26 Jan 2016 09:45:43 +0000 (+0000) Subject: pr68674.c: Check and use arm_fp effective target. X-Git-Tag: basepoints/gcc-7~1337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddfb31dfd323973d479e89a6a6e386b95d06de5;p=thirdparty%2Fgcc.git pr68674.c: Check and use arm_fp effective target. 2016-01-26 Christophe Lyon * gcc.target/arm/pr68674.c: Check and use arm_fp effective target. From-SVN: r232816 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b06599e26fd7..5c5d28a951f9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-01-26 Christophe Lyon + + * gcc.target/arm/pr68674.c: Check and use arm_fp effective target. + 2016-01-25 Aditya Kumar Sebastian Pop diff --git a/gcc/testsuite/gcc.target/arm/pr68674.c b/gcc/testsuite/gcc.target/arm/pr68674.c index a31a88a87b4c..0b3237458fe9 100644 --- a/gcc/testsuite/gcc.target/arm/pr68674.c +++ b/gcc/testsuite/gcc.target/arm/pr68674.c @@ -1,7 +1,9 @@ /* PR target/68674 */ /* { dg-do compile } */ /* { dg-require-effective-target arm_neon_ok } */ -/* { dg-options "-O2 -mfloat-abi=softfp" } */ +/* { dg-require-effective-target arm_fp_ok } */ +/* { dg-options "-O2" } */ +/* { dg-add-options arm_fp } */ #pragma GCC target ("fpu=vfp")