]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/55261 ([C++0x] ICE (SIGSEGV) when inheriting implicit constructor)
authorJason Merrill <jason@redhat.com>
Mon, 19 Nov 2012 14:05:36 +0000 (09:05 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 19 Nov 2012 14:05:36 +0000 (09:05 -0500)
commit5aeb734800f9bcf6216458eb39a1efa8b85fea1e
tree49224497754b7d358090cb97bc76deff371875b6
parentabcc192bdb161171f2871a85de739b58f346548a
re PR c++/55261 ([C++0x] ICE (SIGSEGV) when inheriting implicit constructor)

PR c++/55261
* class.c (add_implicitly_declared_members): Use
lookup_fnfields_slot to get the base constructors.

From-SVN: r193621
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/g++.dg/cpp0x/inh-ctor14.C [new file with mode: 0644]