libstdc++/9826

paolo@gcc.gnu.org paolo@gcc.gnu.org
Fri Mar 7 22:16:00 GMT 2003


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

From: paolo@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/9826
Date: 7 Mar 2003 22:06:29 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	paolo@gcc.gnu.org	2003-03-07 22:06:29
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/include/bits: fstream.tcc istream.tcc 
 	libstdc++-v3/include/std: std_fstream.h 
 	libstdc++-v3/testsuite/27_io: filebuf_virtuals.cc 
 	                              stringstream.cc 
 
 Log message:
 	2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
 	
 	PR libstdc++/9182
 	* include/bits/fstream.tcc (_M_really_overflow): Check
 	for _M_convert_to_external possible failures.
 	* include/std/std_fstream.h (sync): Check _M_really_overflow
 	return value and return -1 in case of failure.
 	* testsuite/27_io/filebuf_virtuals.cc (test13, test14): Add.
 	
 	2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
 	
 	PR libstdc++/9826
 	* include/bits/istream.tcc (operator>>(_CharT*),
 	operator>>(basic_string&), ws): Pass a char_type to __ctype.is.
 	* testsuite/27_io/stringstream.cc (test02): Add.
 	
 	* include/bits/istream.tcc (operator>>(_CharT*)):
 	Assign a char_type to *__s.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1577&r2=1.1578
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&r1=1.51&r2=1.52
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&r1=1.39&r2=1.40
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_fstream.h.diff?cvsroot=gcc&r1=1.21&r2=1.22
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/filebuf_virtuals.cc.diff?cvsroot=gcc&r1=1.14&r2=1.15
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/stringstream.cc.diff?cvsroot=gcc&r1=1.11&r2=1.12
 



More information about the Gcc-prs mailing list