http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49156
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2011-05-26 03:06:19 UTC --- Author: jason Date: Thu May 26 03:06:17 2011 New Revision: 174261 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174261 Log: PR c++/49156 * error.c (dump_template_bindings): Set processing_template_decl for a partial instantiation. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/error4.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/error.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog