From: Jason Merrill Date: Fri, 22 May 1998 03:49:13 +0000 (-0400) Subject: comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7fe837368e6100b687daadd2439af7c54330816;p=gcc.git comment From-SVN: r19948 --- diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c index d5e7077fa15..761f9221e78 100644 --- a/gcc/cp/errfn.c +++ b/gcc/cp/errfn.c @@ -72,6 +72,8 @@ cp_thing (errfn, atarg1, format, ap) const char *f; tree atarg = 0; + /* We call this here so that the calls to cp_error in + print_template_context don't bash buf. */ maybe_print_template_context (); len = strlen (format) + 1;