PR c++/78198 - inherited template ctor with default arg
authorJason Merrill <jason@redhat.com>
Fri, 4 Nov 2016 12:47:01 +0000 (08:47 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 4 Nov 2016 12:47:01 +0000 (08:47 -0400)
commit866115cd8ac778b21557a13835f7942de6fca355
tree7067d9dab2abb69ee8cf98ddda60a2e16feabcc8
parent491483b026e0191a2683574d9bc2797bdd08207f
PR c++/78198 - inherited template ctor with default arg

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

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