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

Richard Smith <[email protected]> changed:

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

--- Comment #2 from Richard Smith <[email protected]> ---
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to