This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52320] missing destructor call after thrown exception in initializer
- From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 21 Feb 2012 10:53:59 +0000
- Subject: [Bug c++/52320] missing destructor call after thrown exception in initializer
- Auto-submitted: auto-generated
- References: <bug-52320-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52320
--- Comment #3 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2012-02-21 10:53:59 UTC ---
(In reply to comment #2)
Agreed. It seems that the fix did not solve some array-related corner cases
like this one.