This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12238] placement delete not called on incomplete object construction if in try-block!
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Oct 2003 13:15:38 -0000
- Subject: [Bug c++/12238] placement delete not called on incomplete object construction if in try-block!
- References: <20030910154242.12238.noways@aliceposta.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12238
------- Additional Comments From bangerth at dealii dot org 2003-10-20 13:15 -------
Just from the bugtracker's side: Nathan's absolutely right about breaking
apart the testcase into smaller chunks. I looked at this PR 2 or 3 times
and always refrained from more in depth work by the length of the code.
Make this a couple of smaller pieces that are simpler to understand,
that would then certainly accelerate us reviewing them for correctness.
Thanks
Wolfgang