This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 5d185d740f3 Daily bump. new 7dbed9dead9 libstdc++: Fix std::gcd and std::lcm for unsigned integers [...]
The 1 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/include/experimental/numeric | 38 ++++++---- libstdc++-v3/include/std/numeric | 83 +++++++++++----------- .../94003.cc => 26_numerics/gcd/92978.cc} | 43 +++++------ libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 10 +-- .../char/79162.cc => 26_numerics/lcm/92978.cc} | 8 +-- libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 10 +-- .../testsuite/experimental/numeric/92978.cc | 48 +++++++++++++ 7 files changed, 146 insertions(+), 94 deletions(-) copy libstdc++-v3/testsuite/{20_util/is_nothrow_constructible/94003.cc => 26_numer [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/char/79162.cc => 26_nume [...] create mode 100644 libstdc++-v3/testsuite/experimental/numeric/92978.cc