This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ping patch testsuite]: Fix some issues about size_t and ptrdiff_t in g++.dg
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Kai Tietz <Kai dot Tietz at onevision dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 27 May 2009 10:03:55 -0700
- Subject: Re: [ping patch testsuite]: Fix some issues about size_t and ptrdiff_t in g++.dg
- References: <OFDFFA4196.1F2DEE23-ONC12575C3.00268C91-C12575C3.0026A064@onevision.de>
- Reply-to: janis187 at us dot ibm dot com
On Wed, 2009-05-27 at 09:01 +0200, Kai Tietz wrote:
> gcc-patches-owner@gcc.gnu.org wrote on 22.05.2009 10:31:57:
>
> > Hello,
> >
> > this patch fixes some issues about type definitions used for size_t and
> > ptrdiff_t for w64.
> >
> > ChangeLog
> >
> > 2009-05-22 Kai Tietz <kai.tietz@onevision.com>
> >
> > * g++.dg/ext/packed6.C (size_t): Use __extension__ and
> > __SIZE_TYPE__.
> > * g++.dg/opt/memcpy1.C (size_t): Likewise.
> > * g++.dg/pr37742.C (size_t): Likewise.
> > * g++.dg/torture/pr34850.C (size_t): Likewise.
> > * g++.dg/torture/20070621-1.C (ptrdiff_t): Use __extension__ and
>
> > _PTRDIFF_TYPE__.
> > * g++.dg/torture/pr34222.C (ptrdiff_t): Likewise.
> > * g++.dg/tree-ssa/pr22444.C (ptrdiff_t): Likewise.
> > (size_t): Use __extension__ and __SIZE_TYPE__.
> >
> > Is this patch ok for trunk and 4.4?
OK for both.
Janis