From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20502 invoked by alias); 6 Oct 2003 18:56:40 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20481 invoked by uid 48); 6 Oct 2003 18:56:39 -0000 Date: Mon, 06 Oct 2003 18:56:00 -0000 Message-ID: <20031006185639.20480.qmail@sources.redhat.com> From: "paolo at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030731090421.11740.peturr02@ru.is> References: <20030731090421.11740.peturr02@ru.is> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/11740] ctype::do_is(mask, wchar_t) doesn't handle multiple bits in mask. X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg00411.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11740 ------- Additional Comments From paolo at gcc dot gnu dot org 2003-10-06 18:56 ------- Ok, thanks, now I see, please tell me if I'm wrong... This is the rationale: a character *cannot* belong simultaneously to two different values of the ctype_base enum: for instance cannot be, at the same time, uppercase AND lowercase. That's why do_is must be intended to mean "any".