On Thursday, November 19, 2009 11:26 AM, Chris Lattner wrote: > > Are the ptrdiff types ever actually different from the > intptr types?
Not on any of the architectures that llvm currently targets. Or any architecture that I know of, for that matter. On the other hand, the C standard, as far as I understand it, allows the two types to vary independently. -Ken _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
