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++/28169] Tertiary operator: object creation and initialization



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


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