[llvm-testresults] Red bots at night, buildczar's delight?

dalej dalej at apple.com
Wed Nov 17 10:39:32 PST 2010


On Nov 17, 2010, at 1:31 AM, Eric Christopher wrote:
>>> 
>>> clang-i386-darwin10 running the gcc testsuite developed 5 new failures (there are others, claimed by Rafael but not fixed) in the range 119343-119345 (build 1625).  That's Chandler and John; all the patches look unrelated to the failures to me, but obviously one of them isn't. 
>> 
>> gcc.apple/default-x86_64-sse3.c has:
>> #include <pmmintrin.h>
>> Clang's pmmintrin.h has:
>> #include <emmintrin.h>
>> Clang's emmintrin.h has:
>> #include <xmmintrin.h>
>> Clang's xmmintrin.h has:
>> #include <mm_malloc.h>
>> 
>> gcc's mm_malloc.h has:
>> #include <stdlib.h>
>> 
>> After r119343, Clang's mm_malloc.h has:
>> #include <stddef.h>
>> 
>> The test case contains a (spurious) call to exit().  Cue clang warning about exit() not being declared and dejagnu complaining about extra "errors".
>> 
>> Not sure how best to resolve this one.  Maybe the test suite should suppress this warning like it does several others?  Maybe we should never change what's included by the builtin headers?  Anyway, not it.
> 
> Should probably just add a definition of exit to the test.

I agree, there's no reason <pmmintrin.h> should declare exit.  Test is broken, I'll fix.  Thanks for analysis.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-testresults/attachments/20101117/5b130439/attachment.html>


More information about the llvm-testresults mailing list