OSDN Git Service

2003-10-06 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Oct 2003 22:32:59 +0000 (22:32 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Oct 2003 22:32:59 +0000 (22:32 +0000)
commit0d996ec2e19e2972512dc6cf18d0de9fe36bd0b9
tree0baf01d8d334ff1f434283654e7531bbc5597dcd
parent7a614b744cba36a81cc1c826f31b43da23f6e5d5
2003-10-06  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/11740
* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_is):
Fix to actually return (M & m) != 0 as per 22.2.1.1.2.
* config/locale/generic/ctype_members.cc: Same.
* testsuite/22_locale/ctype/is/wchar_t/11740.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72167 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/generic/ctype_members.cc
libstdc++-v3/config/locale/gnu/ctype_members.cc
libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/11740.cc [new file with mode: 0644]