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: [committed] fix g++.dg/lookup/crash3.C's (non) usage of __SIZE_TYPE__


> 
> When g++.dg/lookup/crash3.C was comitted, Giovanni had forgot that size_t
> is different between targets so this patch fixes that assumention and
> uses __SIZE_TYPE__ instead.
> 
> Thanks,
> Andrew Pinski
> 
> 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
> 
>         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
>         instead of setting the type of size_t by
>         hand.

I applied this to the 3.4 branch after checkouting out the branch.

Thanks,
Andrew Pinski


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