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 libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj


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


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