This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj
- From: "konqueror at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Feb 2004 21:39:19 -0000
- Subject: [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The libjava testsuite greps through the output of "gcj -v" (simplified)
to get the used threading model. It uses the following regexp:
regexp -- "Thread model: (\[^\n\]+)\n" $text ignore model
Unfortunately this line is as follows with german locale:
Thread-Modell: posix
The regexp doesnt fit the german output.
A possible solutions would be to generally set LANG=C (or LC_ALL=C).
--
Summary: libjava testsuite doesnt work with i18ned gcj
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: konqueror at gmx dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14264