This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] GCC/test: Disable loop-19.c for classic FPU Power


On Sat, 30 Aug 2014, David Edelsohn wrote:

> > 2014-08-30  Maciej W. Rozycki  <macro@codesourcery.com>
> >
> >         * gcc.dg/tree-ssa/loop-19.c: Exclude classic FPU Power targets.
> >
> >   Maciej
> >
> > gcc-test-power-loop-19.diff
> > Index: gcc-fsf-trunk-quilt/gcc/testsuite/gcc.dg/tree-ssa/loop-19.c
> > ===================================================================
> > --- gcc-fsf-trunk-quilt.orig/gcc/testsuite/gcc.dg/tree-ssa/loop-19.c    2014-08-29 16:45:27.748122597 +0100
> > +++ gcc-fsf-trunk-quilt/gcc/testsuite/gcc.dg/tree-ssa/loop-19.c 2014-08-30 02:53:03.658955978 +0100
> > @@ -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" } */
> >
> 
> Okay.

 Applied to trunk now and backported to 4.9.  Thanks.

  Maciej


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]