This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16349] New: testsuite and locals setting
- From: "alfred dot minarik dot 1 at aon dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2004 15:17:23 -0000
- Subject: [Bug other/16349] New: testsuite and locals setting
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Only a very minor problem, but I was trapped again...
My locals are set to German so with
make -k check
lots of errors are reported due to compairing
the expected English compiler messages
with the produced German messages.
not hard to guess one needs
LANG="C" make -k check
But I think this should be catched in the makefile
I don't know how portable a LANG="C" in the makefile
would be, but else you should at least mention resetting
the locals in the installation guide - maybe for the
whole building-test-installation process.
(And maybe similar in the bugreporting instructions)
--
Summary: testsuite and locals setting
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: alfred dot minarik dot 1 at aon dot at
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16349