diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-11-29 02:50:46 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2007-11-29 02:50:46 +0000 |
commit | 1a79f743ec73254f356d9db62d3ec3c6cdc06f10 (patch) | |
tree | 28085564c9407678cdd894587ae74410ab4118d7 /gcc/testsuite/gcc.dg/pr30957-1.c | |
parent | 20c8e40d2544735e6fdd34f45877a94474d7ddf1 (diff) | |
download | gcc-1a79f743ec73254f356d9db62d3ec3c6cdc06f10.zip gcc-1a79f743ec73254f356d9db62d3ec3c6cdc06f10.tar.gz gcc-1a79f743ec73254f356d9db62d3ec3c6cdc06f10.tar.bz2 |
target-supports.exp (check_effective_target_mips_soft_float): Delete.
* lib/target-supports.exp (check_effective_target_mips_soft_float):
Delete.
(check_effective_target_hard_float): New.
* gcc.dg/var-expand1.c: Skip for targets without FPU instructions.
* gcc.dg/pr30957-1.c: Likewise.
From-SVN: r130509
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr30957-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr30957-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/pr30957-1.c b/gcc/testsuite/gcc.dg/pr30957-1.c index d4e0c76..5600ee9 100644 --- a/gcc/testsuite/gcc.dg/pr30957-1.c +++ b/gcc/testsuite/gcc.dg/pr30957-1.c @@ -1,7 +1,7 @@ /* { dg-do run { xfail vax-*-* powerpc-*-*spe } } */ /* We don't (and don't want to) perform this optimisation on soft-float - MIPS targets, where each addition is a library call. */ -/* { dg-skip-if "" { mips_soft_float } { "*" } { "" } } */ + targets, where each addition is a library call. */ +/* { dg-require-effective-target hard_float } */ /* { dg-options "-O2 -funroll-loops -funsafe-math-optimizations -fvariable-expansion-in-unroller -dL" } */ extern void abort (void); |