[patch] fix inline-16.c for 64-bit targets

Janis Johnson janis187@us.ibm.com
Tue Nov 21 18:51:00 GMT 2006


On Tue, Nov 21, 2006 at 08:55:07AM -0800, Andrew Pinski wrote:
> On Tue, 2006-11-21 at 00:32 -0800, Eric Christopher wrote:
> > This was failing due to some incorrect sizes, changing them to long
> > fixes the size mismatch problem.
> >
> > OK?
> >
> > -eric
> >
> > 2006-11-21  Eric Christopher  <echristo@apple.com>
> >
> > 	* gcc.dg/inline-16.c: Change int to long.
> 
> I would use a cast to __SIZE_TYPE__ instead.

Good point; OK using __SIZE_TYPE__ instead of long.

Janis



More information about the Gcc-patches mailing list