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


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

From: paolo@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/9425
Date: 5 Feb 2003 19:20:07 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	paolo@gcc.gnu.org	2003-02-05 19:20:07
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/testsuite/26_numerics: valarray_name_lookup.cc 
 	libstdc++-v3/config/io: basic_file_stdio.cc 
 	libstdc++-v3/include/bits: fstream.tcc 
 	libstdc++-v3/testsuite/27_io: filebuf_virtuals.cc 
 
 Log message:
 	2003-02-05  Paolo Carlini  <pcarlini@unitus.it>
 	
 	* testsuite/26_numerics/valarray_name_lookup.cc: Fix typo.
 	
 	2003-02-05  Paolo Carlini  <pcarlini@unitus.it>
 	
 	PR libstdc++/9439, PR libstdc++/9425
 	* config/io/basic_file_stdio.cc
 	(__basic_file<char>::seekoff, seekpos): Return -1L if
 	fseek fails.
 	* include/bits/fstream.tcc (basic_filebuf::seekoff):
 	Check _M_file.seekoff return value; always return
 	pos_type(off_type(-1)) in case of failure.
 	(basic_filebuf::pbackfail): Check this->seekoff return
 	value and return traits_type::eof() in case of failure.
 	* testsuite/27_io/filebuf_virtuals.cc (test09): Add.
 
 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.28&r2=1.1464.2.29
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/valarray_name_lookup.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1.22.1&r2=1.1.22.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/basic_file_stdio.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.6.2.1&r2=1.6.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.42.2.2&r2=1.42.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/filebuf_virtuals.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.7.14.2&r2=1.7.14.3
 


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