From: clyon Date: Tue, 26 Jan 2016 09:45:43 +0000 (+0000) Subject: 2016-01-26 Christophe Lyon X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=648433a43bfb518b7c49c946634f8140f8ce4a63;p=thirdparty%2Fgcc.git 2016-01-26 Christophe Lyon * gcc.target/arm/pr68674.c: Check and use arm_fp effective target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232816 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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")