<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - clang 3.3 cannot build libc++"
href="http://llvm.org/bugs/show_bug.cgi?id=15182">15182</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang 3.3 cannot build libc++
</td>
</tr>
<tr>
<th>Product</th>
<td>libc++
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>hhinnant@apple.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>bobby.prani@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>pranith@intel:~/libcpp/build$ make
[ 3%] Generating include/cxxabi.h
[ 6%] Generating include/bits/c++config.h
[ 10%] Generating include/bits/os_defines.h
[ 13%] Generating include/bits/cpu_defines.h
[ 16%] Generating include/bits/cxxabi_tweaks.h
[ 20%] Generating include/bits/cxxabi_forced.h
[ 20%] Built target supcxx_headers
[ 23%] Building CXX object lib/CMakeFiles/cxx.dir/__/src/new.cpp.o
[ 26%] Building CXX object lib/CMakeFiles/cxx.dir/__/src/algorithm.cpp.o
In file included from
/home/pranith/devops/code/libcpp/libcxx/include/algorithm:594:0,
from
/home/pranith/devops/code/libcpp/libcxx/src/algorithm.cpp:10:
/home/pranith/devops/code/libcpp/libcxx/include/memory:2478:49: error: function
‘std::__1::default_delete<_Tp>::default_delete()’ defaulted on its first
declaration must not have an exception-specification
/home/pranith/devops/code/libcpp/libcxx/include/memory:2497:49: error: function
‘std::__1::default_delete<_Tp []>::default_delete()’ defaulted on its first
declaration must not have an exception-specification
make[2]: *** [lib/CMakeFiles/cxx.dir/__/src/algorithm.cpp.o] Error 1
make[1]: *** [lib/CMakeFiles/cxx.dir/all] Error 2
make: *** [all] Error 2
pranith@intel:~/libcpp/build$ clang -v
clang version 3.3 (trunk 174537)
Target: x86_64-unknown-linux-gnu
Thread model: posix</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>