This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from c8eed6be4b2 Backported from mainline 2019-05-21 Uroš Bizjak <ubizja [...] new 9a82a0819ca Fix missing or incorrect feature test macros new 18804d5fc33 PR libstdc++/90220 Fix any_cast for non-object types new d71d12b9490 Make any_cast compare typeinfo as well as function pointers
The 3 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 | 58 ++++++++++++++++++++++ libstdc++-v3/doc/html/manual/status.html | 16 +++++- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 27 +++++++++- libstdc++-v3/include/bits/stl_uninitialized.h | 2 + libstdc++-v3/include/experimental/any | 55 ++++++++++++++++---- libstdc++-v3/include/std/any | 40 ++++++++++----- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/include/std/variant | 2 +- .../testsuite/20_util/any/misc/any_cast.cc | 51 +++++++++++++++++++ .../testsuite/experimental/any/misc/any_cast.cc | 56 +++++++++++++++++++-- .../experimental/any/misc/any_cast_neg.cc | 2 +- 11 files changed, 280 insertions(+), 31 deletions(-)