On Sep 7, 2010, at 4:52 PM, Francois Pichet wrote:

> On Tue, Sep 7, 2010 at 7:29 PM, Daniel Dunbar <[email protected]> wrote:
>> Hi Francois,
>> 
>> I didn't see this email, but I just applied a different fix which uses
>> -ffreestanding instead, which avoids introducing a platform specific
>> dependency. This resolved all the test failures on VS10, at least for
>> me.
> 
> Great this fix 8 tests.
> I am still getting some tests failing using VS 2008 and Windows 7 x64
> + about 4 popups with c-index-test.exe crashing.
> 
> Failing Tests (8):
>    Clang :: Driver/darwin-ld.c
>    Clang :: Index/complete-exprs.c
>    Clang :: Index/complete-hiding.c
>    Clang :: Index/complete-macros.c
>    Clang :: Index/complete-natural.m
>    Clang :: Index/complete-preprocessor.m
>    Clang :: Index/preamble-reparse.c
>    Clang :: Index/preamble.c

The code-completion failures seem to be due to a bogus partial ordering in the 
clang::operator< in lib/Sema/CodeCompleteConsumer.cpp, but (from inspection) I 
don't see any problems there. Very annoying!

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

Reply via email to