diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-15 00:16:35 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-15 00:16:35 +0000 |
commit | d52945ce5468691ebff745515431be3c3688c099 (patch) | |
tree | 72f89e40fcb718d5377deca7e85bc36a47ffedba /libstdc++-v3 | |
parent | 22a90217305ee8c116bbc12c8d07abe7ca0ff61d (diff) | |
download | gcc-d52945ce5468691ebff745515431be3c3688c099.zip gcc-d52945ce5468691ebff745515431be3c3688c099.tar.gz gcc-d52945ce5468691ebff745515431be3c3688c099.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5f8e3ee..8df65b9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,26 @@ +2020-12-14 François Dumont <fdumont@gcc.gnu.org> + + * testsuite/23_containers/array/debug/back1_neg.cc: Target c++14 because assertion + is disabled in C++11. + * testsuite/23_containers/array/debug/front1_neg.cc: Likewise. + * testsuite/23_containers/array/debug/square_brackets_operator1_neg.cc: Likewise. + +2020-12-14 Martin Sebor <msebor@redhat.com> + + * testsuite/ext/vstring/requirements/exception/basic.cc: Suppress + a false positive warning. + * testsuite/ext/vstring/requirements/exception/propagation_consistent.cc: + Same. + +2020-12-14 François Dumont <fdumont@gcc.gnu.org> + + * testsuite/23_containers/array/debug/back2_neg.cc: target c++14 because assertion + for constexpr is disabled in C++11. + * testsuite/23_containers/array/debug/front2_neg.cc: Likewise. + * testsuite/23_containers/array/debug/square_brackets_operator2_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/multithreaded_swap.cc: Include <memory> + for shared_ptr. + 2020-12-12 François Dumont <fdumont@gcc.gnu.org> * include/debug/macros.h (__glibcxx_check_can_increment_range): Replace |