This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49420] [C++0x] compiler segfault using result_of
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 16 Jun 2011 22:06:07 +0000
- Subject: [Bug c++/49420] [C++0x] compiler segfault using result_of
- Auto-submitted: auto-generated
- References: <bug-49420-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49420
--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-16 22:05:52 UTC ---
Author: jason
Date: Thu Jun 16 22:05:46 2011
New Revision: 175117
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175117
Log:
PR c++/49420
* error.c (dump_template_argument): Don't try to omit default
template args from an argument pack.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/variadic112.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/error.c
trunk/gcc/testsuite/ChangeLog