re PR c++/69743 (function overload with variadic arguments - template instantiation...
authorJason Merrill <jason@redhat.com>
Sat, 20 Feb 2016 04:31:16 +0000 (23:31 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 20 Feb 2016 04:31:16 +0000 (23:31 -0500)
commit2207c59959535b8b513126335e3317d59bd58ce2
treed038b95ebbc4f644bae8790434bf2f844546c414
parent313efd9efb15ebaac341319515dc227f0229f073
re PR c++/69743 (function overload with variadic arguments - template instantiation depth exceeds maximum (gcc4, clang - no problem))

PR c++/69743
* call.c (remaining_arguments): No longer static.
* cp-tree.h: Declare it.
* pt.c (more_specialized_fn): Use it.

From-SVN: r233579
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/variadic167.C [new file with mode: 0644]