This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b370ed0bf93 libstdc++: Make std::hash<basic_string<>> allocator-agnosti [...] new 1753a712010 PR rtl-optimization/7061: Complex number arguments on x86_6 [...] new 1e65f2ed990 libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880] new 671970a5621 libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]
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: gcc/expr.cc | 18 +++++- gcc/testsuite/gcc.target/i386/pr7061-1.c | 4 ++ gcc/testsuite/gcc.target/i386/pr7061-2.c | 5 ++ libstdc++-v3/include/experimental/numeric | 46 ++++++++------ libstdc++-v3/include/std/numeric | 75 +++++++++++++---------- libstdc++-v3/libsupc++/eh_globals.cc | 51 ++++++++++----- libstdc++-v3/testsuite/26_numerics/gcd/105844.cc | 21 +++++++ libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 10 +-- libstdc++-v3/testsuite/26_numerics/lcm/105844.cc | 22 +++++++ libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 10 +-- 10 files changed, 186 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr7061-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr7061-2.c create mode 100644 libstdc++-v3/testsuite/26_numerics/gcd/105844.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/lcm/105844.cc