diff options
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r-- | gcc/diagnostic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 036b1ce3c90..85e3650164b 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -1637,8 +1637,8 @@ error_recursion () if (diagnostic_lock < 3) finish_diagnostic (); - fprintf (stderr, - "Internal compiler error: Error reporting routines re-entered."); + fputs (_("Internal compiler error: Error reporting routines re-entered.\n"), + stderr); finish_abort (); } |