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,TESTSUITE]Require 32 bit support for gcc.dg/graphite tests


On Tue, 2009-11-24 at 00:47 -0600, Sebastian Pop wrote:
> On Mon, Nov 23, 2009 at 11:47, Janis Johnson <janis187@us.ibm.com> wrote:
> > On Sat, 2009-11-21 at 11:14 -0500, Andrew Hutchinson wrote:
> >> The following patch cleans up tests which must have large array or 32
> >> bit integer support by using require-effective-target size32plus and
> >> int32plus.
> >>
> >>
> >> 2009-11-21  Andy Hutchinson   <hutchinsonandy@gcc.gnu.org>
> >>
> >>     * gcc.dg/graphite/block-1.c: Require 32-bit or larger array support.
> >>     * gcc.dg/graphite/block-3.c: Ditto.
> >>     * gcc.dg/graphite/block-4.c: Ditto.
> >>     * gcc.dg/graphite/block-5.c: Ditto.
> >>     * gcc.dg/graphite/block-6.c: Ditto.
> >>     * gcc.dg/graphite/interchange-0.c: Ditto.
> >>     * gcc.dg/graphite/interchange-1.c: Ditto.
> >>     * gcc.dg/graphite/interchange-2.c: Ditto.
> >>     * gcc.dg/graphite/interchange-3.c: Ditto.
> >>     * gcc.dg/graphite/interchange-4.c: Ditto.
> >>     * gcc.dg/graphite/interchange-5.c: Ditto.
> >>     * gcc.dg/graphite/interchange-6.c: Ditto.
> >>     * gcc.dg/graphite/run-id-1.c: Ditto.
> >>     * gcc.dg/graphite/scop-16.c: Ditto.
> >>     * gcc.dg/graphite/scop-17.c: Ditto.
> >>     * gcc.dg/graphite/scop-18.c: Ditto.
> >>     * gcc.dg/graphite/scop-matmult.c: Ditto.
> >>     * gcc.dg/graphite/pr40157.c: Require 32bit or larger int.
> >>     * gcc.dg/graphite/id-15.c: Ditto.
> >>
> >> Ok for 4.5 head?
> >
> > OK.
> >
> > Janis
> >
> 
> This is not OK.
> 
> We fixed these in the graphite branch by adjusting the size of the arrays.
> Please revert your patch if you applied it to trunk.

Did we? I fixed some test cases to work with 32bit, however it seems
this is for backends that do not even support 32bit.

Tobi


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