This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/20448] New: locale testsuite fails when GCC is configured with --disable-nls
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2005 23:53:52 -0000
- Subject: [Bug libstdc++/20448] New: locale testsuite fails when GCC is configured with --disable-nls
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
=== libstdc++ tests ===
Running target unix
FAIL: 22_locale/messages/members/char/1.cc execution test
FAIL: 22_locale/messages/members/char/2.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_env.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/messages_byname/named_equivalence.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
=== libstdc++ Summary ===
# of expected passes 3613
# of unexpected failures 5
# of unexpected successes 1
# of expected failures 8
Compiler version: 4.1.0 20050312 (experimental)
Platform: i686-pc-linux-gnu
configure flags: --with-gnu-as --with-gnu-ld --disable-nls --enable-shared --
prefix=/home/dave/opt/gnu/gcc/gcc-4.1.0 --with-local-prefix=/home/dave/opt/gnu --
enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=
boehm --with-jacks --enable-java-awt=xlib --enable-languages=c,c++,f95,java,objc
Probably, the locale tests shouldn't be run when --disable-nls is given.
However, I think the actual cause of the fails is the fact that the
catalogs aren't built in the po directory when USE_NLS = no.
--
Summary: locale testsuite fails when GCC is configured with --
disable-nls
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu, hppa-unknown-linux-gnu
GCC host triplet: i686-pc-linux-gnu, hppa-unknown-linux-gnu
GCC target triplet: i686-pc-linux-gnu, hppa-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20448