Summary: | locale testsuite fails when GCC is configured with --disable-nls | ||
---|---|---|---|
Product: | gcc | Reporter: | John David Anglin <danglin> |
Component: | libstdc++ | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | gcc-bugs, ghazi |
Priority: | P2 | ||
Version: | 4.1.0 | ||
Target Milestone: | 4.1.3 | ||
Host: | Target: | i686-pc-linux-gnu, hppa-linux-gnu | |
Build: | Known to work: | 4.1.3 4.2.0 | |
Known to fail: | 4.1.2 | Last reconfirmed: | 2006-01-26 05:16:00 |
Description
John David Anglin
2005-03-12 23:53:50 UTC
This issue seems related (or maybe we should open a separate PR?) http://gcc.gnu.org/ml/gcc/2004-12/msg01140.html Subject: Re: locale testsuite fails when GCC is configured with --disable-nls
> This issue seems related (or maybe we should open a separate PR?)
>
> http://gcc.gnu.org/ml/gcc/2004-12/msg01140.html
The effect of the missing po files is the same. However, I think
there should be a separate PR for the above problem as it's really
an issue of not creating the files when they should be created.
Dave
Agreed, tomorrow will create one. Subject: Bug 20448 Author: jsm28 Date: Fri Mar 24 01:59:35 2006 New Revision: 112346 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112346 Log: PR libstdc++/20448 PR libstdc++/20451 * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR. * testsuite/lib/libstdc++.exp (libstdc++_init): Always define LOCALEDIR to ".". (v3-build_support): Build MO files. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/scripts/testsuite_flags.in trunk/libstdc++-v3/testsuite/lib/libstdc++.exp Subject: Bug 20448 Author: jsm28 Date: Fri Mar 24 02:05:46 2006 New Revision: 112347 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112347 Log: PR libstdc++/20448 PR libstdc++/20451 * libstdc++-v3/scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR. * libstdc++-v3/testsuite/lib/libstdc++.exp (libstdc++_init): Always define LOCALEDIR to ".". (v3-build_support): Build MO files. Modified: branches/csl/sourcerygxx-4_1/ChangeLog.csl branches/csl/sourcerygxx-4_1/libstdc++-v3/scripts/testsuite_flags.in branches/csl/sourcerygxx-4_1/libstdc++-v3/testsuite/lib/libstdc++.exp Fixed. Fixed. Subject: Bug 20448 Author: ghazi Date: Wed Apr 9 02:19:57 2008 New Revision: 134123 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134123 Log: Backport: 2006-03-24 Mark Mitchell <mark@codesourcery.com> Joseph S. Myers <joseph@codesourcery.com> PR libstdc++/20448 PR libstdc++/20451 * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR. * testsuite/lib/libstdc++.exp (libstdc++_init): Always define LOCALEDIR to ".". (v3-build_support): Build MO files. Modified: branches/gcc-4_1-branch/libstdc++-v3/ChangeLog branches/gcc-4_1-branch/libstdc++-v3/scripts/testsuite_flags.in branches/gcc-4_1-branch/libstdc++-v3/testsuite/lib/libstdc++.exp |