Eli Friedman wrote:
On Tue, Nov 24, 2009 at 1:25 PM, John McCall <[email protected]> wrote:
This implicitly assumes that arithmetic on void* is in 1-byte chunks.

Arithmetic on void* is in sizeof(char) chunks, which are "1-byte" by definition.

Ah, right, that camp. I'm sorry, I didn't read closely enough; everything looks fine.

I assume a patch to switch codegen's hardcoded uses of i8 to the appropriate byte pointer is forthcoming?

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

Reply via email to