Commit fc4f981d by Maciej W. Rozycki Committed by Maciej W. Rozycki

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

From-SVN: r214798
parent 3c88b88a
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):
Return right away if !arm*-*-*.
......
......@@ -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" } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment