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++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557

--- Comment #3 from Georg Baum <Georg.Baum at post dot rwth-aachen.de> ---
Can you please explain why Â12.6.2 - 14 is applicable? I do not see any member
function (virtual or not) being called on the partially constructed object. I
still think that this is valid code with well defined behaviour.

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