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

Daniel Dunbar daniel at zuster.org
Sat Nov 21 21:58:53 PST 2009


On Sat, Nov 21, 2009 at 3:34 AM, Ahmed Charles <ahmedcharles at gmail.com> wrote:
> Clang::SemaCXX/reinterpret-cast.cpp fails because on 64bit platforms long is
> a 32bit int rather than 64bit. I tried using size_t, but that isn't a
> builtin type so that doesn't work.

Currently we have clang tests running on a mix of 32-bit and 64-bit
platforms with no problems, can you elaborate on the problem you are
seeing?

 - Daniel

> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>



More information about the cfe-dev mailing list