This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/7765] Problems with french translation


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]