From: Jason Merrill Date: Fri, 22 May 1998 03:49:13 +0000 (-0400) Subject: comment X-Git-Tag: prereleases/egcs-1.1-prerelease~1141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7fe837368e6100b687daadd2439af7c54330816;p=thirdparty%2Fgcc.git comment From-SVN: r19948 --- diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c index d5e7077fa152..761f9221e78f 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;