]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr68674.c: Check and use arm_fp effective target.
authorChristophe Lyon <christophe.lyon@linaro.org>
Tue, 26 Jan 2016 09:45:43 +0000 (09:45 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Tue, 26 Jan 2016 09:45:43 +0000 (10:45 +0100)
2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.target/arm/pr68674.c: Check and use arm_fp effective target.

From-SVN: r232816

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr68674.c

index b06599e26fd788987ef4a06b9e05a6ef29538a18..5c5d28a951f9c07bad60b653226f8965a71c376d 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
index a31a88a87b4c9d37b4a084220092a6a47295cead..0b3237458fe9a5b15f30f634aa270a6255073a07 100644 (file)
@@ -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")