In tr_TR.UTF-8 locale gcc fail to compile programs (even itself) giving a 
"Internal compiler error: Error reporting routines re-entered.\n". 
 
I think the cause of problem is the localized string below: 
#: cppinit.c:1057 
msgid "<built-in>" 
msgstr "<yerleşik>" 
 
#: cppinit.c:1059 
msgid "<command line>" 
msgstr "<komut satırı>" 
 
These strings produce the output blow in preprocessed files: 
# 1 "<yerle\305\237ik>" 
# 1 "<komut sat\304\261r\304\261>" 
 
$ gcc --version 
gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)

-- 
           Summary: gcc compiler error in tr_TR.UTF-8 locale
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: baris at uludag dot org dot tr
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18158

Reply via email to