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 9260aebed7d fix changelog typo new b9e09f084ec PR libstdc++/83833 fix chi_squared_distribution::param(cons [...] new 87f1d6ee0eb PR libstdc++/83658 fix exception-safety in std::any::emplace
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 | 17 +++++++ libstdc++-v3/include/bits/random.h | 7 ++- 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 ++++++++++++++-------- .../random/chi_squared_distribution/83833.cc} | 18 ++++---- 6 files changed, 76 insertions(+), 37 deletions(-) copy libstdc++-v3/testsuite/{18_support/launder/1.cc => 20_util/any/modifiers/8365 [...] copy libstdc++-v3/testsuite/{27_io/basic_ios/conv/bool.cc => 26_numerics/random/ch [...]