re PR c++/45698 (C++0x Variadic Templates: Infinite template recursion rather than...
authorJason Merrill <jason@redhat.com>
Wed, 25 May 2011 19:52:10 +0000 (15:52 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 25 May 2011 19:52:10 +0000 (15:52 -0400)
commit91db8b1345b0d48c4b4a082843377702a0e6c55e
treea81f1edad4349f5c77b5166c665156c080051574
parentdf23ba642d9f527ee32ed7342dd049de2461aaf0
re PR c++/45698 (C++0x Variadic Templates: Infinite template recursion rather than an error message)

PR c++/45698
* pt.c (dependent_template_arg_p): See through ARGUMENT_PACK_SELECT.

From-SVN: r174229
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/variadic110.C [new file with mode: 0644]