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] [Revised] testsuite fixes for x86_64-pc-mingw32


On Thu, 2009-09-03 at 10:07 +0200, Kai Tietz wrote:
> 2009/9/3 Ozkan Sezer <sezeroz@gmail.com>:
> > Hello:  The following patch fixes several tests under
> > gcc.dg for x86_64-pc-mingw32.  The patch is for the trunk,
> > but it can be applied to the 4.4 branch, too, except for
> > c90-const-expr-2, -6 and -9.  OK?
> > [ I don't have svn write access.]
> >
> >
> > 2009-09-03  Ozkan Sezer  <sezeroz@gmail.com>
> >
> >        Testsuite fixes for x86_64-pc-mingw32.
> >        * gcc.dg/large-size-array-2.c: Fix target requirement.
> >        * gcc.dg/large-size-array-4.c: Likewise.
> >        * gcc.dg/c90-const-expr-2.c: Define ZERO as 0LL for _WIN64.
> >        * gcc.dg/c99-const-expr-2.c: Likewise.
> >        * gcc.dg/c90-const-expr-6.c: Typedef ptrdiff_t with __extension__.
> >        * gcc.dg/c90-const-expr-9.c: Typedef size_t with __extension__.
> >        * gcc.dg/c90-const-expr-10.c: Likewise.
> >        * gcc.dg/torture/pr39074.c: Use intptr_t typedef'ed as __PTRDIFF_TYPE__
> >        instead of long.
> >        * gcc.dg/tree-ssa/pr33920.c: Likewise.
> >        * gcc.dg/vect/pr33846.c: Likewise.
> >        * gcc.dg/vect/pr33833.c: Use uintptr_t, typedef'ed as unsigned
> >        __PTRDIFF_TYPE__, instead of unsigned long.
> >        * gcc.dg/vect/O1-pr33854.c: Use __SIZE_TYPE__ instead of unsigned long.
> >
> 
> The patch looks ok for me. Janis is it ok for me, I'll apply it after
> your approval.

OK.

Janis


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