[llvm-bugs] [Bug 28280] Undefined reference to destructor in some cases

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 10 11:54:47 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=28280

Eli Friedman <efriedma at codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |ahatanak at gmail.com,
                   |                            |richard-llvm at metafoo.co.uk

--- Comment #4 from Eli Friedman <efriedma at codeaurora.org> ---
This works on trunk; the testcase in comment 0 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
https://reviews.llvm.org/D45898 .

-- 
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/20181210/0e87bf8d/attachment.html>


More information about the llvm-bugs mailing list