re PR c++/55262 ([C++0x] g++.dg/cpp0x/inh-ctor10.C ICEs with -g)
authorJason Merrill <jason@redhat.com>
Mon, 19 Nov 2012 14:05:48 +0000 (09:05 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 19 Nov 2012 14:05:48 +0000 (09:05 -0500)
commit61d1b8214569675bd18c508ac7d75325a0e721c6
tree39543a0767f3425802a7ef1d179a615a71e16d98
parent5aeb734800f9bcf6216458eb39a1efa8b85fea1e
re PR c++/55262 ([C++0x] g++.dg/cpp0x/inh-ctor10.C ICEs with -g)

PR c++/55262
* method.c (implicitly_declare_fn): Set DECL_PARM_INDEX on
the parms of an inheriting ctor.

From-SVN: r193622
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/g++.dg/cpp0x/inh-ctor10.C