Dongsheng Song
2011-Mar-09 08:42 UTC
[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
On Wed, Mar 9, 2011 at 11:41, Dongsheng Song <dongsheng.song at gmail.com>wrote:> On Wed, Mar 9, 2011 at 09:51, Bill Wendling <wendling at apple.com> wrote: > >> There are LLVM 2.9 RC1 pre-release tarballs source available. You can find >> them here: >> >> http://llvm.org/pre-releases/2.9/ >> >> Please download them, build them, and compile things to your heart's >> content. And most importantly file a bunch of bug reports. :-) >> >> Share and enjoy! >> -bw >> >> > Your clang-2.9rc1.src.tar.gz is bad, it should named to > clang-2.9rc1.src.tar.gz.gz !!! > > oracle at vc:~/tmp$ gzip -cd clang-2.9rc1.src.tar.gz > clang-2.9rc1.src.tar > oracle at vc:~/tmp$ file clang-2.9rc1.src.tar > clang-2.9rc1.src.tar: gzip compressed data, from Unix, last modified: Wed > Mar 9 09:38:38 2011 > oracle at vc:~/tmp$ gzip -cd clang-2.9rc1.src.tar > clang-2.9rc1.src.tar2 > oracle at vc:~/tmp$ tar xf clang-2.9rc1.src.tar2 >Test on mingw64-trunk (i686-w64-mingw32, 4.5.3 20110308): Expected Passes : 5114 Expected Failures : 48 Unsupported Tests : 547 Unexpected Failures: 130 The following failures is very strange: C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:100: Failure Value of: printToStringUnbuffered(1.1) Actual: "1.100000e+000" Expected: "1.100000e+00" [ FAILED ] raw_ostreamTest.Types_Unbuffered (0 ms) C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:69: Failure Value of: printToString(1.1) Actual: "1.100000e+000" Expected: "1.100000e+00" [ FAILED ] raw_ostreamTest.Types_Buffered (0 ms) [----------] 1 test from raw_ostreamTest (0 ms total) -- Dongsheng Song -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110309/559618bc/attachment.html>
NAKAMURA Takumi
2011-Mar-09 08:57 UTC
[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
On Wed, Mar 9, 2011 at 5:42 PM, Dongsheng Song <dongsheng.song at gmail.com> wrote:> The following failures is very strange:See Bug 6745 - .ll output is different on windows. http://llvm.org/bugs/show_bug.cgi?id=6745 On mingw32, PRINTF_EXPONENT_DIGITS affects printf and tests would run with PRINTF_EXPONENT_DIGITS=2. An addition, it seems mingw-w64's printf tends to drop minus sign of "-0.0". (is it same on i686? is it fixed in trunk?) ...Takumi
Dongsheng Song
2011-Mar-09 09:54 UTC
[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
On Wed, Mar 9, 2011 at 16:57, NAKAMURA Takumi <geek4civic at gmail.com> wrote:> On Wed, Mar 9, 2011 at 5:42 PM, Dongsheng Song <dongsheng.song at gmail.com> > wrote: > > The following failures is very strange: > > See Bug 6745 - .ll output is different on windows. > http://llvm.org/bugs/show_bug.cgi?id=6745 > On mingw32, PRINTF_EXPONENT_DIGITS affects printf and tests would run > with PRINTF_EXPONENT_DIGITS=2. > > An addition, it seems mingw-w64's printf tends to drop minus sign of > "-0.0". > (is it same on i686? is it fixed in trunk?) > > Yes and Not.-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110309/0f5335b0/attachment.html>
Reasonably Related Threads
- [LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
- [LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
- [LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
- [LLVMdev] [cfe-dev] Announcing: LLVM 2.9 RC2 Testing Phase
- Is there have simplest way to make domain users which in remote desktop group can remote/local logon the workstation ?