https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100716
--- Comment #2 from Matthias Kretz (Vir) ---
I'd like to revise my opinion above. dump_template_decl should never print the
template parameter list of functions. I.e. it should be 'template f()'
not 'template f()'. Because it's also declared wit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100716
--- Comment #1 from Matthias Kretz (Vir) ---
With -fno-pretty-templates both test cases do print the template_parms.
That's because in dump_function_decl, without flag_pretty_templates, t isn't
generalized and thus is not considered a primary t