On Wednesday, February 02, 2011, Cédric Lachat wrote:

> > It's the "size == 3i" bit.  I guess that's a typo, but why gcc accepts
> > it, who knows.  (Well, not me, anyway).
> > 
> > What happens if you change "3i" to "3" ?
> 
> The file compiles but is it correct ?

Well, size is a 32-bit unsigned int, so it's just trying to 
compute "size == 3".  The question is why does gcc accept this
trailing "i" on the 3.

J

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to