]> git.ipfire.org Git - thirdparty/gcc.git/commit
cp/
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Oct 2016 20:01:17 +0000 (20:01 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Oct 2016 20:01:17 +0000 (20:01 +0000)
commit4076953ad7a3e1f54c5caf6c7c23fd8878702001
tree78bc0aa76089b14017a65f3d962a9887be116e09
parentcd45162da9ab14881afeb0b4a4625e21c7459f5f
cp/
PR c++/64433
DR1658, DR1611
* init.c (emit_mem_initializers): Don't construct vbases of
abstract classes.
(push_base_cleanups): Don't push vbase cleanups for abstract class
when in C++14 mode.
* method.c (synthethesized_method_walk): Don't walk vbases of
abstract classes when in C++14 mode.

testsuite/
PR c++/66443
* g++.dg/cpp0x/pr66443-cxx11.C: New.
* g++.dg/cpp0x/pr66443-cxx11-2.C: New.
* g++.dg/cpp1y/pr66443-cxx14.C: New
* g++.dg/cpp1y/pr66443-cxx14-2.C: New.
* g++.dg/cpp1y/pr66443-cxx14-3.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240874 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/method.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/pr66443-cxx11-2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/pr66443-cxx11.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14-2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14-3.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1y/pr66443-cxx14.C [new file with mode: 0644]