http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35405
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #11 from Jason Merrill <jason at gcc dot gnu.org> ---
More than "not nice", the error is wrong; C *is* a template, the only problem
with the testcase is the use of 0 as a default argument for a pointer template
parameter. I'm fixing the incorrect error for bug 57222.