From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30580 invoked by alias); 9 Mar 2003 02:06:08 -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 30542 invoked by uid 71); 9 Mar 2003 02:06:04 -0000 Date: Sun, 09 Mar 2003 02:06:00 -0000 Message-ID: <20030309020604.30541.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: jlquinn@gcc.gnu.org Subject: libstdc++/9561 Reply-To: jlquinn@gcc.gnu.org X-SW-Source: 2003-03/txt/msg00416.txt.bz2 List-Id: The following reply was made to PR libstdc++/9561; it has been noted by GNATS. From: jlquinn@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: libstdc++/9561 Date: 9 Mar 2003 02:00:53 -0000 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_3-branch Changes by: jlquinn@gcc.gnu.org 2003-03-09 02:00:53 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/include/bits: basic_ios.h istream.tcc ostream.tcc libstdc++-v3/include/std: std_istream.h std_ostream.h Log message: 2003-03-08 Jerry Quinn PR libstdc++/9561 * include/bits/basic_ios.h (_M_setstate): New. * include/bits/ostream.tcc (operator<<): Use it. * include/bits/istream.tcc (operator>>): Use it. * include/std/std_ostream.h (operator<<): Make friends. * include/std/std_istream.h (operator>>): Make friends. * testsuite/27_io/ostream_exception.cc, testsuite/27_io/istream_exception.cc: New tests. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.62&r2=1.1464.2.63 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_ios.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.14.2.2&r2=1.14.2.3 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.36.4.2&r2=1.36.4.3 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ostream.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.31.14.3&r2=1.31.14.4 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_istream.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.5&r2=1.5.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_ostream.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.5&r2=1.5.2.1