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: "joseph dot rajesh at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2006 07:38:58 -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 #4 from joseph dot rajesh at gmail dot com 2006-06-27 07:38 -------
The intel compiler version 9.1 gave me the following output
Base ctor...
Derived ctor...
Base COPTY ctor...
Base COPTY ctor...
~Base called...
~Derived called...
~Base called...
Base show called...
~Base called...
Thats even stranger!!
Compiler User : Intel(R) C++ Compiler for 32-bit applications, Version 9.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28169