This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/7765] Problems with french translation
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2003 20:03:19 -0000
- Subject: [Bug c++/7765] Problems with french translation
- References: <20020829154601.7765.marc.mongenet@freesurf.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7765
------- Additional Comments From bangerth at dealii dot org 2003-07-23 20:03 -------
A significantly simpler testcase for this problem is this:
-----------------------------------------------
struct A {};
struct B {};
int i = A() + B();
----------------------------------------------
tmp/gg> LANG=fr_CH /usr/bin/c++ -c x.cc
x.cc:3: no match pour l'op�ateur
erreur interne de compilateur: erreur pour rapporter une routine r�ent�
SVP soumettre un rapport complet d'anomalies,
avec le source pr�trait�si cela est appropri�
Consulter <URL:http://bugzilla.redhat.com/bugzilla/> pour les instructions.