From 4ff8507ec570191d7cd27b4c595f42f124dea2a3 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 14 Dec 2001 15:13:55 -0500 Subject: diagnostic.c (sorry): Increment sorrycount before saving the buffer state. * diagnostic.c (sorry): Increment sorrycount before saving the buffer state. From-SVN: r48005 --- gcc/diagnostic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/diagnostic.c') diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 417e8b3..d3b5ea1 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -1049,9 +1049,9 @@ sorry VPARAMS ((const char *msgid, ...)) VA_OPEN (ap, msgid); VA_FIXEDARG (ap, const char *, msgid); + ++sorrycount; os = output_buffer_state (diagnostic_buffer); - ++sorrycount; output_set_prefix (diagnostic_buffer, context_as_prefix (input_filename, lineno, 0)); output_printf (diagnostic_buffer, "sorry, not implemented: "); -- cgit v1.1