------- Comment #4 from reichelt at gcc dot gnu dot org 2006-06-06 21:04 ------- > Does the ICE message get translated for different locales?
Yes, see e.g. the results from the testcase from comment #3 of PR 26155 below. That shouldn't impact the testsuite AFAIK, because the dg-error markers require the C locale anyway. C: PR26155.cc:8: error: namespace alias 'N::M' not allowed here, assuming 'N' PR26155.cc:8: internal compiler error: in resume_scope, at cp/name-lookup.c:1379 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Dutch (nl_NL): PR26155.cc:8: fout: namespace alias 'N::M' not allowed here, assuming 'N' PR26155.cc:8: interne compilerfout: in resume_scope, at cp/name-lookup.c:1379 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. French (fr_FR): PR26155.cc:8: erreur: namespace alias 'N::M' not allowed here, assuming 'N' PR26155.cc:8: erreur interne du compilateur: dans resume_scope, à cp/name-lookup.c:1379 Veuillez soumettre un rapport complet d'anomalies, avec le source pré-traité si nécessaire. Consultez <URL:http://gcc.gnu.org/bugs.html> pour plus de détail. German (de_DE): PR26155.cc:8: Fehler: Namensbereich-Alias »N::M« ist hier nicht erlaubt, »N« angenommen PR26155.cc:8: interner Compiler-Fehler: in resume_scope, bei cp/name-lookup.c:1379 Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein; bearbeiten Sie die Quellen zunächst mit einem Präprozessor, wenn es dienlich ist. Fehler in der deutschen Übersetzung sind an [EMAIL PROTECTED] zu melden. Gehen Sie gemäß den Hinweisen in <URL:http://gcc.gnu.org/bugs.html> vor. Spanish (es_ES): PR26155.cc:8: error: no se permite aquí el alias del espacio de nombres 'N::M', asumiendo que es 'N' PR26155.cc:8: error interno del compilador: en resume_scope, en cp/name-lookup.c:1379 Por favor envíe un reporte completo de bichos, con el código preprocesado si es apropiado. Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26813