[Patch testsuite obvious] gcc.target/arm/pr65710.c should not unconditionally set -mfloat-abi=soft

gcc/testsuite/

	* gcc.target/arm/pr65710.c: Do not override -mfloat-abi directives
	passed by the testsuite driver.

From-SVN: r224312
This commit is contained in:
James Greenhalgh 2015-06-10 07:41:26 +00:00 committed by James Greenhalgh
parent 0f9f9784ad
commit 6bc4f75c30
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-06-10 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.target/arm/pr65710.c: Do not override -mfloat-abi directives
passed by the testsuite driver.
2015-06-09 Alexandre Oliva <aoliva@redhat.com>
Revert:

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } {"-mfloat-abi=soft" } } */
/* { dg-options "-mthumb -O2 -mfloat-abi=soft -w" } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */