From: redi Date: Mon, 1 Jun 2015 11:57:33 +0000 (+0000) Subject: * testsuite/lib/libstdc++.exp (libstdc++_init): Unset LANGUAGE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bc0130b5bac83fb6e83b2b75b92e7be99c2a890;p=thirdparty%2Fgcc.git * testsuite/lib/libstdc++.exp (libstdc++_init): Unset LANGUAGE environment variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223937 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 599a3fb525ed..0693ce95a6c7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-06-01 Jonathan Wakely + + * testsuite/lib/libstdc++.exp (libstdc++_init): Unset LANGUAGE + environment variable. + 2015-05-31 Jonathan Wakely PR libstdc++/66354 diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index 7d8f2829de84..d60062d7130d 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -107,6 +107,10 @@ proc libstdc++_init { testfile } { setenv LC_ALL C setenv LANG C + # LANGUAGE changes the behavior of GNU gettext(3) and causes + # std::messages tests to fail. + array unset env LANGUAGE + # Many hosts now default to a non-ASCII C locale, however, so # they can set a charset encoding here if they need. if { [ishost "*-*-cygwin*"] } {