<div class="gmail_quote">On Wed, Mar 9, 2011 at 11:41, Dongsheng Song <span dir="ltr"><<a href="mailto:dongsheng.song@gmail.com">dongsheng.song@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im"><div class="gmail_quote">On Wed, Mar 9, 2011 at 09:51, Bill Wendling <span dir="ltr"><<a href="mailto:wendling@apple.com" target="_blank">wendling@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


There are LLVM 2.9 RC1 pre-release tarballs source available. You can find them here:<br>
<br>
        <a href="http://llvm.org/pre-releases/2.9/" target="_blank">http://llvm.org/pre-releases/2.9/</a><br>
<br>
Please download them, build them, and compile things to your heart's content. And most importantly file a bunch of bug reports. :-)<br>
<br>
Share and enjoy!<br>
-bw<br>
<br></blockquote></div><br></div>Your clang-2.9rc1.src.tar.gz is bad, it should named to clang-2.9rc1.src.tar.gz.gz !!!<br><br>oracle@vc:~/tmp$ gzip -cd clang-2.9rc1.src.tar.gz > clang-2.9rc1.src.tar<br>oracle@vc:~/tmp$ file clang-2.9rc1.src.tar<br>


clang-2.9rc1.src.tar: gzip compressed data, from Unix, last modified: Wed Mar  9 09:38:38 2011<br>oracle@vc:~/tmp$ gzip -cd clang-2.9rc1.src.tar > clang-2.9rc1.src.tar2<br>oracle@vc:~/tmp$ tar xf clang-2.9rc1.src.tar2<br>

</blockquote></div><br>Test on mingw64-trunk (i686-w64-mingw32, 4.5.3 20110308):<br><br>  Expected Passes    : 5114<br>  Expected Failures  : 48<br>  Unsupported Tests  : 547<br>  Unexpected Failures: 130<br><br>The following failures is very strange:<br>

<br>C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:100: Failure<br>Value of: printToStringUnbuffered(1.1)<br>  Actual: "1.100000e+000"<br>Expected: "1.100000e+00"<br>[  FAILED  ] raw_ostreamTest.Types_Unbuffered (0 ms)<br>

<br>C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:69: Failure<br>Value of: printToString(1.1)<br>  Actual: "1.100000e+000"<br>Expected: "1.100000e+00"<br>[  FAILED  ] raw_ostreamTest.Types_Buffered (0 ms)<br>

[----------] 1 test from raw_ostreamTest (0 ms total)<br><br>--<br>Dongsheng Song<br><br>