This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/29286] [4.0/4.1/4.2/4.3 Regression] placement new does not change the dynamic type as it should
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 May 2007 20:12:09 -0000
- Subject: [Bug libstdc++/29286] [4.0/4.1/4.2/4.3 Regression] placement new does not change the dynamic type as it should
- References: <bug-29286-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #96 from pcarlini at suse dot de 2007-05-18 21:12 -------
(In reply to comment #95)
> But construction/initialization of uninitalized memory in <memory> happens with
> placement new!
Placement new is used only for non-POD types, to be clear.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29286