This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: NLS related patches
- To: gcc-patches at gcc dot gnu dot org
- Subject: Re: NLS related patches
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 28 Jun 2000 09:29:23 -0700
- References: <20000628100226.A25892@Jeffreys.suse.de>
On Wed, Jun 28, 2000 at 10:02:26AM +0200, Philipp Thomas wrote:
> - fprintf (stderr, "Forward traversal: insn chain corrupt.\n");
> - fprintf (stderr, "previous insn:\n");
> + fprintf (stderr, _("Forward traversal: insn chain corrupt.\n"));
> + fprintf (stderr, _("previous insn:\n"));
I don't think you should translate internal errors. That's
just going to make things more difficult for developers to
figure out what the problem was.
r~