Your message dated Sun, 22 May 2005 00:18:22 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#254499: libstdc++5: istringbuf/operator defect? has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 15 Jun 2004 05:50:32 +0000 >From [EMAIL PROTECTED] Mon Jun 14 22:50:32 2004 Return-path: <[EMAIL PROTECTED]> Received: from oe-im2pub.managedmail.com (oe-im2.bizmailsrvcs.net) [206.46.164.53] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Ba6q7-0007WK-00; Mon, 14 Jun 2004 22:50:31 -0700 Received: from mm-ismta4.bizmailsrvcs.net ([192.168.133.29]) by oe-im2.bizmailsrvcs.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <[EMAIL PROTECTED]>; Tue, 15 Jun 2004 00:50:01 -0500 Received: from wind-a.openwave.com ([203.215.153.51]) by mm-ismta4.bizmailsrvcs.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <[EMAIL PROTECTED]>; Tue, 15 Jun 2004 00:50:00 -0500 Received: by wind-a.openwave.com (Postfix, from userid 1000) id 78CA213590D; Tue, 15 Jun 2004 01:49:53 -0400 (EDT) Date: Tue, 15 Jun 2004 01:49:53 -0400 From: Allan Wind <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libstdc++5: istringbuf/operator defect? Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 2.61 User-Agent: Mutt/1.5.6+20040523i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: libstdc++5 Version: 1:3.3.4-1 Severity: normal The following program prints 00 instead of the expected 01 (not sure, but it seems like a defect to me). Once you call s >> i, all further str() updates are ignored by >>. #include <sstream> #include <iostream> main() { std::istringstream s("0"); int i; s >> i; std::cout << i; s.str("1"); s >> i; std::cout << i; } -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.5 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 Versions of packages libstdc++5 depends on: ii gcc-3.3-base 1:3.3.4-1 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libgcc1 1:3.3.4-1 GCC support library -- no debconf information -- Allan Wind Email: [EMAIL PROTECTED] Senior Engineer Office: +1 781 313 1393 Technical Product Support (TPS) Mobile: +1 617 721 9331 Openwave Systems, Inc Fax: +1 781 313 1405 --------------------------------------- Received: (at 254499-done) by bugs.debian.org; 21 May 2005 22:32:44 +0000 >From [EMAIL PROTECTED] Sat May 21 15:32:44 2005 Return-path: <[EMAIL PROTECTED]> Received: from smtp08.web.de [217.72.192.226] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DZcWR-0003K8-00; Sat, 21 May 2005 15:32:44 -0700 Received: from [82.82.220.210] (helo=juist) by smtp08.web.de with asmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.105 #291) id 1DZcVx-0001Tj-00 for [EMAIL PROTECTED]; Sun, 22 May 2005 00:32:13 +0200 Received: from falk by juist with local (Exim 4.50) id 1DZcIY-0003BP-8D for [EMAIL PROTECTED]; Sun, 22 May 2005 00:18:22 +0200 To: [EMAIL PROTECTED] Subject: Bug#254499: libstdc++5: istringbuf/operator defect? From: Falk Hueffner <[EMAIL PROTECTED]> X-Face: "iUeUu$b*W_"w?tV83Y3*r:`rh&dRv}$YnZ3,LVeCZSYVuf[Gpo*5%_=/\_!gc_,SS}[~xZ wY77I-M)xHIx:2f56g%/`SOw"Dx%4Xq0&f\Tj~>|QR|vGlU}TBYhiG(K:2<T^ Date: Sun, 22 May 2005 00:18:22 +0200 Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (cilantro, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: [EMAIL PROTECTED] X-Sender: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Hi, not a bug according to http://gcc.gnu.org/PR15995. -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]