This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from fc0ffd78b0e * gnat.dg/opt78.ad[sb]: New test. new cdd8dfeb431 Fix missing or incorrect feature test macros new 86bec8b7e7d PR libstdc++/90220 Fix any_cast for non-object types new 80026986d66 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 | 60 ++++++++++++++++++++++ libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 27 +++++++++- libstdc++-v3/include/bits/stl_uninitialized.h | 6 ++- libstdc++-v3/include/experimental/any | 55 ++++++++++++++++---- libstdc++-v3/include/std/any | 40 ++++++++++----- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/include/std/variant | 2 +- libstdc++-v3/libsupc++/exception | 4 +- .../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, 272 insertions(+), 33 deletions(-)