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]

[ping patch testsuite]: Fix some issues about size_t and ptrdiff_t in g++.dg


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?
> 
> Regards,
>  i.A. Kai Tietz
> 
> |  (\_/)  This is Bunny. Copy and paste Bunny
> | (='.'=) into your signature to help him gain
> | (")_(") world domination.
> [attachment "dgpp.diff" deleted by Kai Tietz/Onevision] 


Kai

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.


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