http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48750
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |paolo.carlini at oracle dot
| |com
--- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-04-24
22:13:24 UTC ---
Johannes, can you please also audit the other uses of operator new, placement
new, etc, and double check that:
1- We are not assigning to an object before constructing.
2- We destruct each object before deleting its memory.
Thanks!