On Dec 13, 2007, at 3:43 AM, Nico Weber wrote:
> this produces an error ("incompatible operand types ('char *' and  
> 'int')") with clang but not with gcc:
>
> char* c = (char*)((1) ? "i" :
>                           1 == 1 ? "v" :
>                           "r");

Fixed, thanks!
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20071217/003468.html

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

Reply via email to