* 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
+2016-01-26 Christophe Lyon <christophe.lyon@linaro.org>
+
+ * gcc.target/arm/pr68674.c: Check and use arm_fp effective target.
+
2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com>
/* 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")