This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/61519] Seemingly incorrect vtable reference when libstdc++ built with RTTI
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 16 Jun 2014 14:33:56 +0000
- Subject: [Bug libstdc++/61519] Seemingly incorrect vtable reference when libstdc++ built with RTTI
- Auto-submitted: auto-generated
- References: <bug-61519-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61519
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Surely this is a target-specific bug in the dynamic_cast implementation, not
libstdc++?