[cfe-dev] Simplify/fix-up Sema-level struct layout

Eli Friedman eli.friedman at gmail.com
Wed May 28 10:42:26 PDT 2008


On Wed, May 28, 2008 at 9:58 AM, Devang Patel <dpatel at apple.com> wrote:
> 1. Checkout llvm-gcc-42 sources. It includes gcc testsuite.
> 2. Put clang and ccc in your path
>
> and do
>
> 3. runtest --srcdir /...../llvmgcc42/gcc/testsuite GCC_UNDER_TEST=ccc
> HOSTCC=gcc HOSTCFLAGS="-g" --tool gcc struct-layout-1.exp
>
> If this reports all passes and zero failure then you're golden!

Mmmm... I'll have to see what I can do about that; currently, I'm
getting *no* passes.  That said, it's tripping over other issues; I
think I even found a preprocessor bug.

-Eli



More information about the cfe-dev mailing list