http://llvm.org/bugs/show_bug.cgi?id=18913

            Bug ID: 18913
           Summary: [release 3.4]
                    utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp
                    fails on x86_64-darwin11
           Product: libc++
           Version: 3.4
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

With a 4-stage bootstrapped clang, I get only 1 failing test with "make
check-libcxx" (cmake):

******************** TEST 'libc++ ::
utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp' FAILED
********************
Command: '/sw/src/fink.build/llvm34-3.4-0e/opt-bin/cc-st2-clang++' '-o'
'/tmp/tmpxbWboMexe'
'/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp'
'' '-nostdinc++' '-std=c++0x'
'-I/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/../include'
'-I/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/../test/support' '' ''
'-L/sw/lib' '-nodefaultlibs'
'-L/sw/src/fink.build/llvm34-3.4-0e/build/stage2.5/lib' '-lc++' '-lc++abi'
'/sw/src/fink.build/llvm34-3.4-0e/build/stage2/bin/../lib/clang/3.4/lib/darwin/libclang_rt.i386.a'
'-lSystem'
Exit Code: 1
Standard Error:
--
/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp:29:5:
error: static_assert failed ""
    static_assert((std::is_trivially_copy_constructible<std::pair<int, int>
>::value), "");
    ^            
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
--

Compilation failed unexpectedly!
********************

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to