diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-04 02:26:52 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-04 02:26:52 +0000 |
commit | c4d8e05b9d234dfcf42c0e5244316e0a501a4247 (patch) | |
tree | 404d244c97620adafd7412be52f7dd9b06617389 /libstdc++-v3/ChangeLog | |
parent | 1c3047574686a82712880f5662b52021ee64b052 (diff) | |
download | gcc-c4d8e05b9d234dfcf42c0e5244316e0a501a4247.tar.gz |
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
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e42879203f5..c94b300f1df 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,18 @@ 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. + +2011-08-03 Benjamin Kosnik <bkoz@redhat.com> + * include/std/tuple: Mark more constructors constexpr. * testsuite/20_util/tuple/cons/constexpr.cc: Split into and extend as: * testsuite/20_util/tuple/cons/constexpr-2.cc: ...this. |