[cfe-dev] Clang::SemaCXX/reinterpret-cast.cpp failing

Sean Hunt rideau3 at gmail.com
Sat Nov 21 23:00:04 PST 2009


Ahmed Charles wrote:
> I agree, it doesn't fail on linux for me either, but I would expect long 
> to be 32bits rather than 64, so the warnings below make sense.
> 
> Sorry that I didn't send the output:

Linux uses LP64. I'd expect this to be an issue only on Windows 64-bit 
builds, where LLP64 is an issue.

This should be fixed by using intptr_t.

Sean



More information about the cfe-dev mailing list