]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/66542
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Jun 2015 14:08:19 +0000 (14:08 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Jun 2015 14:08:19 +0000 (14:08 +0000)
commit435172d141d9080a7944f18d971badf4363a2636
treeadaf8fbed9e5458f3d36bf4ae5c9b7f35c801603
parentc1c0e9ee89f7776ec8fddc692efa7453430d291e
PR c++/66542
* decl.c (expand_static_init): Make sure the destructor is callable
here even if we have an initializer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224842 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/cpp0x/deleted12.C [new file with mode: 0644]