This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: classic_table
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: cato at df dot lth dot se
- Date: Mon, 12 May 2003 11:32:35 -0500 (CDT)
- Subject: Re: classic_table
- Organization: Networks and Infrastructure Lab (IL02/2240), Motorola Labs
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