On Fri, May 25, 2007 at 09:14:33PM -0400, Morten Welinder wrote:
> >        BINOP[+]
> >                <tree for p>
> >                BINOP[*]
> >                        IMPLICIEDT_CAST[ptrdiff_t]
> >                                <tree for i>
> >                        VAL[sizeof(*p)]
> 
> I don't think you want ptrdiff_t there.  It isn't guaranteed to
> be big enough.

Only if you are allowed to have an array object with elements too far
for their addresses to be subtracted...
 
> size_t should do, though.

size_t is an unsigned type, so by definition it won't do...
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to