]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/41449 (Partial aggregate initialization not cleaned up on exception)
authorJason Merrill <jason@redhat.com>
Thu, 20 Oct 2011 19:13:51 +0000 (15:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 20 Oct 2011 19:13:51 +0000 (15:13 -0400)
commit76187e874a402294a0d34fc982da0b279f1ad2a9
tree484117a5122d349a2fcd02304ec0dde61772dd4d
parent5dea5b2a34ca9f7feb347721f8817007e082d391
re PR c++/41449 (Partial aggregate initialization not cleaned up on exception)

PR c++/41449
* typeck2.c (split_nonconstant_init_1): Handle EH cleanup of
initialized subobjects.

From-SVN: r180267
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/partial1.C [new file with mode: 0644]