r177307 - in /trunk/libstdc++-v3: ChangeLog tes...

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Thu Aug 4 02:26:00 GMT 2011


Author: bkoz
Date: Thu Aug  4 02:26:52 2011
New Revision: 177307

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177307
Log:
2011-08-03  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/performance/27_io/filebuf_sputn_unbuf.cc: Include
	unistd.h for unlink.
	* testsuite/performance/27_io/ofstream_insert_int.cc: Same.
	* testsuite/performance/27_io/ifstream_extract_int.cc: Same.
	* testsuite/performance/27_io/ifstream_getline-2.cc: Same.
	* testsuite/performance/27_io/fstream_seek_write.cc: Same.
	* testsuite/performance/27_io/ifstream_extract_chars.cc: Same.
	* testsuite/performance/27_io/ofstream_insert_float.cc: Same.
	* testsuite/performance/27_io/ifstream_extract_float.cc: Same.
	* testsuite/performance/27_io/filebuf_sputc.cc: Same.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc



More information about the Libstdc++-cvs mailing list