This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16636] Unable to emit vtable info
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jul 2004 21:12:56 -0000
- Subject: [Bug c++/16636] Unable to emit vtable info
- References: <20040719194957.16636.miko@stacken.kth.se>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-07-19 21:12 -------
If you still think that this is a bug, you will have to present us with
a complete example where this is actually a problem. In your example,
you don't have any user of the vtable, so there doesn't seem to be a bug
with not emitting it. Please show us a complete example that actually
fails to link.
If you can show us an example where this actually does lead to a problem,
we may reconsider. In general, however, the rule to emit the vtable with the
first non-inlined function seems to be OK with everyone, though.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16636