* gcc.dg/tree-ssa/loop-19.c: Exclude classic FPU Power targets.

From-SVN: r214798
This commit is contained in:
Maciej W. Rozycki 2014-09-01 14:54:13 +00:00 committed by Maciej W. Rozycki
parent 3c88b88a81
commit fc4f981d25
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-09-01 Maciej W. Rozycki <macro@codesourcery.com>
* gcc.dg/tree-ssa/loop-19.c: Exclude classic FPU Power targets.
2014-09-01 Maciej W. Rozycki <macro@codesourcery.com>
* lib/target-supports.exp (check_effective_target_arm_cortex_m):

View File

@ -4,7 +4,7 @@
The testcase comes from PR 29256 (and originally, the stream benchmark). */
/* { dg-do compile { target { i?86-*-* || { x86_64-*-* || powerpc_hard_double } } } } */
/* { dg-do compile { target { i?86-*-* || { x86_64-*-* || { powerpc_hard_double && { ! powerpc_fprs } } } } } } */
/* { dg-require-effective-target nonpic } */
/* { dg-options "-O3 -fno-tree-loop-distribute-patterns -fno-prefetch-loop-arrays -fdump-tree-optimized -fno-common" } */