From e899394fb23ac27aa81b27136052a13e7f2b840d Mon Sep 17 00:00:00 2001 From: pinskia Date: Fri, 12 Nov 2004 19:43:57 +0000 Subject: 2004-11-12 Andrew Pinski 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 PR other/14264 * testsuite/lib/libstdc++.exp: Set LC_ALL and LANG to C. 2004-11-12 Andrew Pinski PR other/14264 * testsuite/lib/libjava.exp: Set LC_ALL and LANG to C. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90539 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/lib/libjava.exp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libjava/testsuite/lib') diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 8c79199c614..3e960a9545f 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -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] { -- cgit v1.2.1