This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: what's up with wchar_t bits in 22_locale on ia64?


Hi Loren,

> OK, Benjamin/Andreas/Dave, we could handle this case of failure using
> the same technique I used (/copied from existing wrapper structure) to
> handle generic implementation failures (I used a different report
> string since the failure was different, i.e. the system may know about
> the locale but the generic implementation couldn't handle it).

The patch reduced the number of locale fails to two on hppa64-hp-hpux11.11:

Assertion failed: _EX, file /xxx/gnu/gcc-3.3/gcc/libstdc++-v3/testsuite/22_local
e/ctype/cons/char/1.cc, line 60
FAIL: 22_locale/ctype/cons/char/1.cc execution test
Assertion failed: _EX, file /xxx/gnu/gcc-3.3/gcc/libstdc++-v3/testsuite/22_local
e/ctype/is/char/1.cc, line 136
FAIL: 22_locale/ctype/is/char/1.cc execution test

It didn't change the results for hppa-unknown-linux-gnu or i686-pc-linux-gnu.

Dave
-- 
J. David Anglin                                  dave dot anglin at nrc-cnrc dot gc dot ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]