[Bug 305460] Re: c++ error message [vtable undefined] is unhelpful

2009-12-29 Thread Matthias Klose
** Bug watch added: GCC Bugzilla #42540 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42540 ** Also affects: gcc via http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42540 Importance: Unknown Status: Unknown ** Summary changed: - c++ error message [vtable undefined] is unhelpful + [PR42

[Bug 305460] Re: c++ error message [vtable undefined] is unhelpful

2008-12-26 Thread Terence Simpson
** Tags added: needs-upstream-report -- c++ error message [vtable undefined] is unhelpful https://bugs.launchpad.net/bugs/305460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com ht

[Bug 305460] Re: c++ error message [vtable undefined] is unhelpful

2008-12-05 Thread Alan Jenkins
To be clear: the problem is that the error message only mentions the constructor, and the vtable. It doesn't mention the method A::B(), which is actually the problem. On a less-minimal example it could take much longer to work out what the real problem is. -- c++ error message [vtable undefined