* gcc.dg/tree-ssa/loop-19.c: Exclude classic FPU Power targets.
authormacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Sep 2014 14:54:13 +0000 (14:54 +0000)
committermacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Sep 2014 14:54:13 +0000 (14:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214798 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-19.c

index 89ea6c5..936bfac 100644 (file)
@@ -1,5 +1,9 @@
 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*-*-*.
 
index 74b60a0..49163c2 100644 (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" } */