From: Thomas Preud'homme Date: Mon, 3 Jul 2017 09:38:23 +0000 (+0000) Subject: Fix gcc.target/arm/fpscr.c X-Git-Tag: releases/gcc-5.5.0~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90386c51812a0916ad9ff61e1b1eba8d9c0ae8f3;p=thirdparty%2Fgcc.git Fix gcc.target/arm/fpscr.c 2017-07-03 Thomas Preud'homme 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a8998360f8ad..883b0106cdc6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-07-03 Thomas Preud'homme + + * 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 backport from mainline: diff --git a/gcc/testsuite/gcc.target/arm/fpscr.c b/gcc/testsuite/gcc.target/arm/fpscr.c index 7b4d71d72d89..cafba4e8d675 100644 --- a/gcc/testsuite/gcc.target/arm/fpscr.c +++ b/gcc/testsuite/gcc.target/arm/fpscr.c @@ -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 ()