[Patch testsuite obvious] g++.dg/ext/pr57735.C should not run if the
authorJames Greenhalgh <james.greenhalgh@arm.com>
Tue, 9 Jun 2015 13:06:14 +0000 (13:06 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Tue, 9 Jun 2015 13:06:14 +0000 (13:06 +0000)
 testsuite is explicitly passing -mfloat-abi=hard

gcc/testsuite/

2015-06-09  James Greenhalgh  <james.greenhalgh@arm.com>

* g++.dg/ext/pr57735.C: Do not override -mfloat-abi directives
passed by the testsuite driver.

From-SVN: r224280

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/pr57735.C

index 5b5c718cd4055bf55f808dce2ec8a35493790fa9..2f914302ff6109cf5f77d83a27892b834f8cbf98 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-09  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * g++.dg/ext/pr57735.C: Do not override -mfloat-abi directives
+       passed by the testsuite driver.
+
 2015-06-09  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/66423
index 0eb95006dda418e961c820e737ee135ceb2084b7..a8f7d05712c9a823564d58e2a149c7bc356a5e9e 100644 (file)
@@ -1,4 +1,7 @@
 /* { dg-do compile { target arm*-*-* } } */
+/* { dg-require-effective-target arm_arch_v5te_ok } */
+/* { dg-require-effective-target arm_arm_ok } */
+/* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } {"-mfloat-abi=soft" } } */
 /* { dg-options "-march=armv5te -marm  -mtune=xscale -mfloat-abi=soft -O1" } */
 
 typedef unsigned int size_t;