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++/9555


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

From: bkoz at gcc dot gnu dot org
To: gcc-gnats at gcc dot gnu dot org
Cc:  
Subject: libstdc++/9555
Date: 18 Apr 2003 03:46:44 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	bkoz at gcc dot gnu dot org	2003-04-18 03:46:44
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/include/bits: istream.tcc ostream.tcc 
 Added files:
 	libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char: 
 	                                                                       9555-ia.cc 
 	libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char: 
 	                                                                      9555-ic.cc 
 	libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char: 
 	                                                                  9555-io.cc 
 	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char: 
 	                                                                      9555-oa.cc 
 	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char: 
 	                                                                     9555-oc.cc 
 	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char: 
 	                                                                 9555-oo.cc 
 
 Log message:
 	2003-04-17  Benjamin Kosnik  <bkoz at redhat dot com>
 	
 	PR libstdc++/9555
 	* include/bits/ostream.tcc: Catch all exceptions for formatted
 	output, instead of std::exception and derivatives.
 	* include/bits/istream.tcc: Same.
 	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc:
 	* testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc:
 	* testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc:
 	* testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc:
 	* testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc:
 	* testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc:
 	New.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1644&r2=1.1645
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&r1=1.42&r2=1.43
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ostream.tcc.diff?cvsroot=gcc&r1=1.37&r2=1.38
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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