[Bug c++/28169] Tertiary operator: object creation and initialization

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jun 26 18:41:00 GMT 2006



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-06-26 18:18 -------
Note ICC produces:
Base ctor...
Derived ctor...
~Derived called...
~Base called...
Base show called...

which might be just as bad.


-- 


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



More information about the Gcc-bugs mailing list