This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 25565afc008 2018-01-29 Richard Biener rguenther@suse.de new 1b861904d7c PR libstdc++/83658 fix exception-safety in std::any::emplace new b9bade5d75f Regenerate libstdc++ documentation
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: libstdc++-v3/ChangeLog | 11 +++++ libstdc++-v3/doc/html/faq.html | 13 ++++-- libstdc++-v3/doc/html/index.html | 4 +- libstdc++-v3/doc/html/manual/abi.html | 4 +- libstdc++-v3/doc/html/manual/bugs.html | 3 ++ libstdc++-v3/doc/html/manual/using_macros.html | 4 +- libstdc++-v3/doc/xml/faq.xml | 2 +- libstdc++-v3/include/std/any | 15 +++--- .../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +- .../1.cc => 20_util/any/modifiers/83658.cc} | 54 ++++++++++++++-------- 10 files changed, 73 insertions(+), 39 deletions(-) copy libstdc++-v3/testsuite/{18_support/launder/1.cc => 20_util/any/modifiers/8365 [...]