This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ff5d4ec GCC caches the whether a function is a leaf in crtl->is_leaf. [...] new 5c0fbdf Improve tests for contents of <new> header new 71bf537 Disable test using std::set_unexcepted for C++17 new 0ef97d8 Use _GLIBCXX_THROW macro in bitmap_allocator new f4234ff Replace dynamic exception specifications in testsuite new 3fc359ab Replace use of C++14 std::exchange in C++11 testcase new a6ebe1e Replace uses of C++14 remove_cv_t alias in C++11 header
The 6 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: libstdc++-v3/ChangeLog | 31 +++++++++++++++ libstdc++-v3/include/experimental/bits/fs_path.h | 5 ++- libstdc++-v3/include/ext/bitmap_allocator.h | 6 +-- .../testsuite/18_support/bad_exception/59392.cc | 3 ++ .../testsuite/18_support/headers/new/synopsis.cc | 44 ++++++++++++++++++++-- .../headers/new/{synopsis.cc => synopsis_cxx98.cc} | 4 +- libstdc++-v3/testsuite/20_util/allocator/1.cc | 2 +- .../testsuite/22_locale/locale/cons/12352.cc | 4 +- .../23_containers/vector/zero_sized_allocations.cc | 2 +- .../testsuite/28_regex/traits/char/user_defined.cc | 6 ++- .../testsuite/30_threads/lock_guard/cons/1.cc | 2 +- .../testsuite/ext/pool_allocator/allocate_chunk.cc | 3 +- libstdc++-v3/testsuite/ext/profile/replace_new.cc | 3 +- .../testsuite/util/replacement_memory_operators.h | 5 ++- libstdc++-v3/testsuite/util/testsuite_hooks.h | 6 +++ libstdc++-v3/testsuite/util/testsuite_tr1.h | 15 ++++---- 16 files changed, 112 insertions(+), 29 deletions(-) copy libstdc++-v3/testsuite/18_support/headers/new/{synopsis.cc => synopsis_cxx98. [...]