re PR c++/56285 ([C++11] Arguments to an inheriting constructor are not forwarded...
authorJason Merrill <jason@redhat.com>
Tue, 12 Feb 2013 20:47:15 +0000 (15:47 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 12 Feb 2013 20:47:15 +0000 (15:47 -0500)
commitd8af1a555746ae398d3328813546ed17d418b857
treef05abda8609ab1a622c223269ac2c8b5692d6b47
parent2ee028f1be282f8d72893a33412952069f83b7cc
re PR c++/56285 ([C++11] Arguments to an inheriting constructor are not forwarded properly)

PR c++/56285
* method.c (add_one_base_init): Handle base constructor
taking rvalue reference parm.

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