]> git.ipfire.org Git - thirdparty/gcc.git/commit
complexity.cc: Add missing test variable.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 23 Oct 2014 22:03:49 +0000 (22:03 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 23 Oct 2014 22:03:49 +0000 (22:03 +0000)
commitfc3f28640aa9a1343ddc227c20147589a57e2f26
tree5a3956baa9891b132687b65d6f4c56c807f75e03
parent41b9329e73772a9b50806a40f2b06159e0549fc6
complexity.cc: Add missing test variable.

2014-10-23  François Dumont  <fdumont@gcc.gnu.org>

* testsuite/25_algorithms/make_heap/complexity.cc: Add missing test
variable.
* testsuite/25_algorithms/sort_heap/complexity.cc: Likewise and use
log2. Now require cmath support.
* testsuite/25_algorithms/pop_heap/complexity.cc: Likewise and require
normal mode.
* testsuite/25_algorithms/push_heap/complexity.cc: Likewise.

From-SVN: r216601
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/25_algorithms/make_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/pop_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/sort_heap/complexity.cc