re PR testsuite/14264 (testsuite should set LC_ALL/LANG to C)
2004-11-12 Andrew Pinski <pinskia@physics.uc.edu> PR other/14264 * lib/g++.exp: Set LC_ALL and LANG to C. * lib/gcc-dg.exp: Likewise. * lib/gfortran.exp: Likewise. * lib/objc.exp: Likewise. * lib/treelang.exp: Likewise. 2004-11-12 Andrew Pinski <pinskia@physics.uc.edu> PR other/14264 * testsuite/lib/libstdc++.exp: Set LC_ALL and LANG to C. 2004-11-12 Andrew Pinski <pinskia@physics.uc.edu> PR other/14264 * testsuite/lib/libjava.exp: Set LC_ALL and LANG to C. From-SVN: r90539
This commit is contained in:
parent
2941ddc40c
commit
690e11b8f5
10 changed files with 49 additions and 0 deletions
|
@ -140,6 +140,10 @@ proc libjava_init { args } {
|
|||
global libjava_libgcc_s_path
|
||||
global target_triplet
|
||||
|
||||
# We set LC_ALL and LANG to C so that we get the same error messages as expected.
|
||||
setenv LC_ALL C
|
||||
setenv LANG C
|
||||
|
||||
if { $libjava_initialized == 1 } { return; }
|
||||
|
||||
if ![info exists GCJ_UNDER_TEST] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue