[LLVMbugs] [Bug 18913] New: [release 3.4] utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp fails on x86_64-darwin11
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 20 15:33:49 PST 2014
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: hhinnant at apple.com
Reporter: fang at csl.cornell.edu
CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140220/cc142ccb/attachment.html>
More information about the llvm-bugs
mailing list