This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/11844] Incorrect values of ctype_base::alnum and ctype_base::graph
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Aug 2003 14:06:50 -0000
- Subject: [Bug libstdc++/11844] Incorrect values of ctype_base::alnum and ctype_base::graph
- References: <20030807091406.11844.peturr02@ru.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11844
------- Additional Comments From paolo at gcc dot gnu dot org 2003-08-07 14:06 -------
Indeed, as noticed by Andrew, this is target dependent: f.i., netbsd is 100% ok.
We shall simply go work through all the config/os/*/ctype_base.h and fix those
which are not ok (most are not ok, generic included).
If nobody volunteer in the next couple of weeks, will do myself...
Paolo.