PR c++/78198 - inherited template ctor with default arg
commit6e1e09d49b0fd596a0654f56dd35e2f36802a31b
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2016 12:47:01 +0000 (4 12:47 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2016 12:47:01 +0000 (4 12:47 +0000)
tree7067d9dab2abb69ee8cf98ddda60a2e16feabcc8
parent9bccfdb8e2ca327ee7184081249fe1f2b9e51141
PR c++/78198 - inherited template ctor with default arg

* call.c (convert_default_arg): Look through inheriting ctors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241843 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/cpp0x/inh-ctor22.C [new file with mode: 0644]