This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28169] Tertiary operator: object creation and initialization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2006 18:18:47 -0000
- Subject: [Bug c++/28169] Tertiary operator: object creation and initialization
- References: <bug-28169-12730@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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