OSDN Git Service

2011-08-03 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2011 02:26:52 +0000 (02:26 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2011 02:26:52 +0000 (02:26 +0000)
commitc4d8e05b9d234dfcf42c0e5244316e0a501a4247
tree404d244c97620adafd7412be52f7dd9b06617389
parent1c3047574686a82712880f5662b52021ee64b052
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177307 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc
libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc
libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc