This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7765: erreur interne de compilateur: erreur pour rapporter une routine ré-entée
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 29 Aug 2002 23:06:05 -0000
- Subject: Re: c++/7765: erreur interne de compilateur: erreur pour rapporter une routine ré-entée
- Reply-to: Gabriel Dos Reis <gdr at integrable-solutions dot net>
The following reply was made to PR c++/7765; it has been noted by GNATS.
From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: Marc.Mongenet@freesurf.ch
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/7765: erreur interne de compilateur: erreur pour rapporter une routine ré-entée
Date: 30 Aug 2002 00:52:41 +0200
Marc.Mongenet@freesurf.ch writes:
| >Number: 7765
| >Category: c++
| >Synopsis: erreur interne de compilateur: erreur pour rapporter une routine ré-entée
Hmm, the translation sounds a bit scary :-)
[...]
| Note that this error does not appear with LANG=C, but with LANG=fr_CH (swiss french). Here is the warnings with LANG=C:
I bet this has to do with the NLS support routine (gettext?) returning
a null-pointer as the result of translating a diagnostic. I think
this bug should be reported to the translation project.
-- Gaby