<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:efriedma@codeaurora.org" title="Eli Friedman <efriedma@codeaurora.org>"> <span class="fn">Eli Friedman</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Undefined reference to destructor in some cases"
href="https://bugs.llvm.org/show_bug.cgi?id=28280">bug 28280</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;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>ahatanak@gmail.com, richard-llvm@metafoo.co.uk
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Undefined reference to destructor in some cases"
href="https://bugs.llvm.org/show_bug.cgi?id=28280#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Undefined reference to destructor in some cases"
href="https://bugs.llvm.org/show_bug.cgi?id=28280">bug 28280</a>
from <span class="vcard"><a class="email" href="mailto:efriedma@codeaurora.org" title="Eli Friedman <efriedma@codeaurora.org>"> <span class="fn">Eli Friedman</span></a>
</span></b>
<pre>This works on trunk; the testcase in <a href="show_bug.cgi?id=28280#c0">comment 0</a> links, and my reduced testcase
gives:
<stdin>:18:9: error: attempt to use a deleted function
foo,
^
<stdin>:3:5: note: '~Foo' has been explicitly marked deleted here
~Foo() = delete;
^
It looks like the fix landed some time after 7.0... I think by
<a href="https://reviews.llvm.org/D45898">https://reviews.llvm.org/D45898</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>