This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/11844] New: Incorrect values of ctype_base::alnum and ctype_base::graph
- From: "peturr02 at ru dot is" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Aug 2003 09:14:09 -0000
- Subject: [Bug libstdc++/11844] New: Incorrect values of ctype_base::alnum and ctype_base::graph
- 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
Summary: Incorrect values of ctype_base::alnum and
ctype_base::graph
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: peturr02 at ru dot is
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
The values for ctype_base::alnum and ctype_base::graph don't satisfy
the requirement that:
ctype_base::alnum == (ctype_base::alpha | ctype_base::digit)
ctype_base::graph == (ctype_base::alnum | ctype_base::punct)