This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33401] Unwanted memset in default constructor
- 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: 12 Sep 2007 00:45:55 -0000
- Subject: [Bug c++/33401] Unwanted memset in default constructor
- References: <bug-33401-15085@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 2007-09-12 00:45 -------
I have to remember what C++ says here but I think it says buf gets zero'd.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33401