This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++/9561


The following reply was made to PR libstdc++/9561; it has been noted by GNATS.

From: jlquinn at gcc dot gnu dot org
To: gcc-gnats at gcc dot gnu dot org
Cc:  
Subject: libstdc++/9561
Date: 9 Mar 2003 02:01:57 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	jlquinn at gcc dot gnu dot org	2003-03-09 02:01:57
 
 Added files:
 	libstdc++-v3/testsuite/27_io: ostream_exception.cc 
 	                              istream_exception.cc 
 
 Log message:
 	2003-03-08  Jerry Quinn  <jlquinn at optonline dot net>
 	
 	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/testsuite/27_io/ostream_exception.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/istream_exception.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]