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++/13660] Multiple generation of constructors and destructors


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


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