re PR c++/49420 ([C++0x] compiler segfault using result_of)
authorJason Merrill <jason@redhat.com>
Thu, 16 Jun 2011 22:05:46 +0000 (18:05 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 16 Jun 2011 22:05:46 +0000 (18:05 -0400)
commit89a27d8fa26ed41071db524875a00086fac9002a
treeaad1b7dccedea2b838479781129d6e761620cafc
parent361b51c08030935d78a64228551afaa65106b773
re PR c++/49420 ([C++0x] compiler segfault using result_of)

PR c++/49420
* error.c (dump_template_argument): Don't try to omit default
template args from an argument pack.

From-SVN: r175117
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/variadic112.C [new file with mode: 0644]