From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23777 invoked by alias); 12 Feb 2003 19:46:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 23746 invoked by uid 71); 12 Feb 2003 19:46:01 -0000 Date: Wed, 12 Feb 2003 19:46:00 -0000 Message-ID: <20030212194601.23745.qmail@sources.redhat.com> To: paolo@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: paolo@gcc.gnu.org Subject: libstdc++/9563 Reply-To: paolo@gcc.gnu.org X-SW-Source: 2003-02/txt/msg00535.txt.bz2 List-Id: The following reply was made to PR libstdc++/9563; it has been noted by GNATS. From: paolo@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: libstdc++/9563 Date: 12 Feb 2003 19:39:19 -0000 CVSROOT: /cvs/gcc Module name: gcc Changes by: paolo@gcc.gnu.org 2003-02-12 19:39:19 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/include/bits: ostream.tcc libstdc++-v3/testsuite/27_io: ostream_sentry.cc Log message: 2003-02-12 Paolo Carlini PR libstdc++/9563 * include/bits/ostream.tcc (sentry::sentry): Check the state of the stream after the preparation. * testsuite/27_io/ostream_sentry.cc (test02): Add. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1541&r2=1.1542 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ostream.tcc.diff?cvsroot=gcc&r1=1.33&r2=1.34 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ostream_sentry.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2