On Thu, Mar 01, 2012 at 11:53:37PM -0500, Xi Wang wrote:
> On Mar 1, 2012, at 8:56 PM, Joerg Sonnenberger wrote:
> > Does this trigger for plain char on platforms with unsigned char?
> 
> It warns against (char < 0) with -funsigned-char.

I think that's bad since such conditionals are used as sanity checks,
e.g. by some implementations of ctype.h.

Joerg
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to