[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 12 20:47:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56285
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-12 20:47:23 UTC ---
Author: jason
Date: Tue Feb 12 20:47:15 2013
New Revision: 195990
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195990
Log:
PR c++/56285
* method.c (add_one_base_init): Handle base constructor
taking rvalue reference parm.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor16.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/method.c
More information about the Gcc-bugs
mailing list