Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68973 - gcc compiler error in tr_TR.UTF-8 locale
Summary: gcc compiler error in tr_TR.UTF-8 locale
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 06:08 UTC by Baris Metin
Modified: 2005-07-26 05:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Baris Metin 2004-10-26 06:08:22 UTC
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)

Reproducible: Always
Steps to Reproduce:
1. set your locale to tr_TR.UTF-8
2. try to compile something (compiling nasm or gcc will definitely fail)
3. you'll get a internal compiler error.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2005-07-26 05:59:25 UTC
Assuming fixed in latest gcc versions - please reopen a new bug if not.