Andrew Sutton <andrew.n.sut...@gmail.com> writes: | Shoot. Forgot to attach the patch...
| reinit_cxx_pp (); | - dump_template_decl (TREE_PURPOSE (p), flags); | + if (decl) | + { | + dump_template_decl (decl, flags); | pp_cxx_whitespace (cxx_pp); | + } Watch out for indentation. Otherwise, OK to apply. -- Gaby