[Bug c++/13660] Multiple generation of constructors and destructors

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Mon Jan 12 17:12:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-01-12 17:12 -------
This is to be expected. The compiler has to generate multiple 
copies of c/dtors for cases with multiple and/or virtual inheritance. 
 
In some (probably most) cases, their code is actually the same, and 
could be merged. This is an optimization that gcc presently does not 
have. We have an open PR for this, though, see PR 3187. 
 
W. 

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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13660



More information about the Gcc-bugs mailing list