2017-07-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
gcc/testsuite/
* gcc.target/arm/fpscr.c: Require arm_vfp_ok instead of arm_fp_ok and
add -mfpu=vfp -mfloat-abi=softfp instead of fp_ok options.
From-SVN: r249901
+2017-07-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * gcc.target/arm/fpscr.c: Require arm_vfp_ok instead of arm_fp_ok and
+ add -mfpu=vfp -mfloat-abi=softfp instead of fp_ok options.
+
2017-07-03 Tom de Vries <tom@codesourcery.com>
backport from mainline:
/* Test the fpscr builtins. */
/* { dg-do compile } */
-/* { dg-require-effective-target arm_fp_ok } */
+/* { dg-require-effective-target arm_vfp_ok } */
/* { dg-skip-if "need fp instructions" { *-*-* } { "-mfloat-abi=soft" } { "" } } */
-/* { dg-add-options arm_fp } */
+/* { dg-options "-mfpu=vfp -mfloat-abi=softfp" } */
void
test_fpscr ()