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: classic_table


In article <Pine.GSO.4.44.0305120117420.19087-100000@igloo.df.lth.se> you write:
> The test 22_locale/ctype/cons/char/1.cc fails on NetBSD due to differences
> between ctype<char>::classic_table and the _M_table stuff in
> ctype<char>::ctype. [questions and proposed patch.]

Hi Krister,

If you improve the test results for one NetBSD triple, then your patch
is likely OK.  However...

If you have knowledge of the NetBSD history in this area, then please
commit your proposed change.  If you do not, then we (libstdc++-v3
maintainers) must defer to a NetBSD maintainer to approve it.
(Because...) FYI, both the Linux and the FreeBSD code paths are
correct for there own <ctype.h> implementation.  FreeBSD just returns
0 since there is no publicly available table in that implementation;
and that value is handled elsewhere properly.

Loren


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