[LLVMbugs] [Bug 21074] MS ABI: wrong vftables with RTTI + virtual inheritance/functions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 26 01:10:17 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21074

David Majnemer <david.majnemer at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
           Assignee|unassignedclangbugs at nondot. |david.majnemer at gmail.com
                   |org                         |

--- Comment #1 from David Majnemer <david.majnemer at gmail.com> ---
This is the same as PR21062.  The assertion didn't fire because RTTI added a
component which made us believe we had a non-empty VFTable.  However, we need
to have at least one non-RTTI VFTable component.

*** This bug has been marked as a duplicate of bug 21062 ***

-- 
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/20140926/c6530025/attachment.html>


More information about the llvm-bugs mailing list