[Bug c++/60367] Default argument object is not getting constructed

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 10 18:36:00 GMT 2014


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Jason, I don't think this is a regression, but it can have pretty bad results
from seemingly harmless code (double free and other crashes caused by shallow
copies instead of calling copy constructors)



More information about the Gcc-bugs mailing list