<html>
<head>
<base href="https://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 --- - libcxxabi tests fail to build with ToT clang and c++1z"
href="https://llvm.org/bugs/show_bug.cgi?id=31621">31621</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>libcxxabi tests fail to build with ToT clang and c++1z
</td>
</tr>
<tr>
<th>Product</th>
<td>libc++abi
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</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>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>bcain@codeaurora.org
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org, mclow.lists@gmail.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>After clang commit below (r289019?) several libcxxabi tests fail to compile
with the error below when using "-std=c++1z":
error: ISO C++1z does not allow dynamic exception specifications
[-Wdynamic-exception-spec]
void f1() throw (long, char, double, std::bad_exception)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
llvm/projects/libcxxabi/test/unwind_05.pass.cpp:66:11: note: use
'noexcept(false)' instead
void f1() throw (long, char, double, std::bad_exception)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
noexcept(false)
1 error generated.
--
<a href="https://github.com/llvm-mirror/clang/commit/1f0155f24337194f4706f727db42f467244caa9e">https://github.com/llvm-mirror/clang/commit/1f0155f24337194f4706f727db42f467244caa9e</a></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>