Commit 3aafa0bb by Eric Christopher

diagnostic.c (output_format): Fix thinko.

2002-06-13  Eric Christopher  <echristo@redhat.com>

	* diagnostic.c (output_format): Fix thinko.

From-SVN: r54602
parent 8e581963
2002-06-13 Eric Christopher <echristo@redhat.com>
* diagnostic.c (output_format): Fix thinko.
Thu Jun 13 22:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
* config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define.
......@@ -63,7 +67,7 @@ Thu Jun 13 18:18:17 CEST 2002 Jan Hubicka <jh@suse.cz>
2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
* tree-inline.c (expand_call_inline): Don' mess with _DECL
fields.
fields.
2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
......@@ -123,6 +127,12 @@ Thu Jun 13 18:18:17 CEST 2002 Jan Hubicka <jh@suse.cz>
2002-06-12 Eric Christopher <echristo@redhat.com>
* config/mips/mips.md (prefetch, prefetch_di, prefetch_si): New
patterns.
* config/mips/mips.h (RTX_COSTS): Fix formatting.
2002-06-12 Eric Christopher <echristo@redhat.com>
From Chris Demetriou <cgd@broadcom.com>
* config/mips/mips.h (ISA_HAS_FP4): Add ISA_MIPS64 and fix
comment.
......
......@@ -584,7 +584,7 @@ output_format (buffer, text)
output_add_string (buffer, "file '");
output_add_string (buffer, locus->file);
output_add_string (buffer, "', line ");
output_decimal (buffer, locus->file);
output_decimal (buffer, locus->line);
}
break;
......@@ -892,7 +892,7 @@ diagnostic_count_diagnostic (context, kind)
default:
abort();
break;
case DK_FATAL: case DK_ICE: case DK_SORRY:
case DK_ANACHRONISM: case DK_NOTE:
++diagnostic_kind_count (context, kind);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment