]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorPaolo Carlini <paolo@gcc.gnu.org>
Tue, 14 Sep 2010 10:27:36 +0000 (10:27 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 14 Sep 2010 10:27:36 +0000 (10:27 +0000)
commita5d39cb4a73d1e62a766da04f729f39b195faf60
treeb31c4b208d2c256f3a0cea028ab65be39c755d8d
parentd191cd06b99a69fdfe30ab2e9c4b0f1d2b48d524
[multiple changes]

2010-09-14  Matt Austern  <austern@google.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/performance/21_strings/hash.cc: New.

2010-09-14  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/performance/21_strings/string_append.cc: Rename to...
* testsuite/performance/21_strings/append-1.cc: ... this.
* testsuite/performance/21_strings/string_append_2.cc: Rename to...
* testsuite/performance/21_strings/append-2.cc: ... this.
* testsuite/performance/21_strings/string_cons_input_iterator.cc:
Rename to...
* testsuite/performance/21_strings/cons_input_iterator.cc: ... this.
* testsuite/performance/21_strings/string_copy_cons_and_dest.cc:
Rename to...
* testsuite/performance/21_strings/copy_cons_and_dest.cc: ... this.
* testsuite/performance/21_strings/string_find.cc: Rename to...
* testsuite/performance/21_strings/find.cc: ... this.

From-SVN: r164278
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/performance/21_strings/append-1.cc [moved from libstdc++-v3/testsuite/performance/21_strings/string_append.cc with 100% similarity]
libstdc++-v3/testsuite/performance/21_strings/append-2.cc [moved from libstdc++-v3/testsuite/performance/21_strings/string_append_2.cc with 100% similarity]
libstdc++-v3/testsuite/performance/21_strings/cons_input_iterator.cc [moved from libstdc++-v3/testsuite/performance/21_strings/string_cons_input_iterator.cc with 100% similarity]
libstdc++-v3/testsuite/performance/21_strings/copy_cons_and_dest.cc [moved from libstdc++-v3/testsuite/performance/21_strings/string_copy_cons_and_dest.cc with 100% similarity]
libstdc++-v3/testsuite/performance/21_strings/find.cc [moved from libstdc++-v3/testsuite/performance/21_strings/string_find.cc with 100% similarity]
libstdc++-v3/testsuite/performance/21_strings/hash.cc [new file with mode: 0644]