This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16636] Unable to emit vtable info


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]