[llvm-bugs] [Bug 28408] clang rejects valid (?) C++ code invoking base class destructor

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 4 00:34:16 PDT 2016


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Looks like this is a GCC bug. EDG and MSVC, like Clang, accept b->A::~A() and
reject b->~A(), as the standard appears to require.

-- 
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/20160704/477199ca/attachment.html>


More information about the llvm-bugs mailing list