<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:paul_robinson@playstation.sony.com" title="Paul Robinson <paul_robinson@playstation.sony.com>"> <span class="fn">Paul Robinson</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - r221918 breaks bootstrap on Fedora 20/x86-64"
href="http://llvm.org/bugs/show_bug.cgi?id=21565">bug 21565</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - r221918 breaks bootstrap on Fedora 20/x86-64"
href="http://llvm.org/bugs/show_bug.cgi?id=21565#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - r221918 breaks bootstrap on Fedora 20/x86-64"
href="http://llvm.org/bugs/show_bug.cgi?id=21565">bug 21565</a>
from <span class="vcard"><a class="email" href="mailto:paul_robinson@playstation.sony.com" title="Paul Robinson <paul_robinson@playstation.sony.com>"> <span class="fn">Paul Robinson</span></a>
</span></b>
<pre>Thanks for pointing this out, Reid! Yes, we trip over it, in <tuple>,
I just hadn't noticed it yet.
My most recent Clang update is based on r222093, and it gets caught by this.
I patched it with r222471, which didn't help; once you get done with macro
expansion we have the token sequence
noexcept(noexcept(swap(declval<sometype&>(), declval<sometype&>())) && ....
in the exception-specification for tuple::swap(tuple&). At least I think
it's tuple::swap(), sometimes this template stuff is hard for me to parse.
Anyway, it's still a problem for us.</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>