This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88afddb toplevel: new 1e7515d Allocate bitmap before copying gcc/ChangeLog: new 75ad30d Make any's copy assignment operator exception-safe, don't cop [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 5 ++ gcc/tree-vrp.c | 5 +- libstdc++-v3/ChangeLog | 20 ++++++ libstdc++-v3/include/std/any | 21 ++---- libstdc++-v3/testsuite/20_util/any/assign/2.cc | 55 ++++++++++++++-- .../testsuite/20_util/any/assign/exception.cc | 77 ++++++++++++++++++++++ libstdc++-v3/testsuite/20_util/any/cons/2.cc | 47 +++++++++++-- .../wchar_t/7.cc => 20_util/any/cons/explicit.cc} | 23 ++----- .../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +- 9 files changed, 209 insertions(+), 46 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/any/assign/exception.cc copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/wchar_t/7.cc => 20_util/ [...]