]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix gcc.target/arm/fpscr.c
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Mon, 3 Jul 2017 09:38:23 +0000 (09:38 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Mon, 3 Jul 2017 09:38:23 +0000 (09:38 +0000)
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

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

index a8998360f8ad01b475617547449b4d84a1cf7331..883b0106cdc661ca9f2588cee46c685dee0739e0 100644 (file)
@@ -1,3 +1,8 @@
+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:
index 7b4d71d72d8964f6da0d0604bf59aeb4a895df43..cafba4e8d67545bd210477230b9682fe86620e23 100644 (file)
@@ -1,9 +1,9 @@
 /* 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 ()