This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]