This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1c486c5 * configure.ac (strict_warn): Merge -Wmissing-format-attribu [...] new 06b286c Define std::gcd and std::lcm for C++17
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/ChangeLog | 12 ++++ libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +- libstdc++-v3/include/experimental/numeric | 28 ++------ libstdc++-v3/include/std/numeric | 79 ++++++++++++++++++++++ .../numeric/lcm.cc => 26_numerics/gcd/1.cc} | 16 ++++- .../numeric/gcd.cc => 26_numerics/lcm/1.cc} | 16 ++++- libstdc++-v3/testsuite/experimental/numeric/gcd.cc | 19 +++--- libstdc++-v3/testsuite/experimental/numeric/lcm.cc | 19 +++--- 9 files changed, 143 insertions(+), 53 deletions(-) copy libstdc++-v3/testsuite/{experimental/numeric/lcm.cc => 26_numerics/gcd/1.cc} (76%) copy libstdc++-v3/testsuite/{experimental/numeric/gcd.cc => 26_numerics/lcm/1.cc} (73%)