mirror of git://gcc.gnu.org/git/gcc.git
* gcc.dg/tree-ssa/loop-19.c: Exclude classic FPU Power targets.
From-SVN: r214798
This commit is contained in:
parent
3c88b88a81
commit
fc4f981d25
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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" } */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue