This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from f3a27a610b0 tree-optimization/95717 - fix SSA update for vectorizer epilogue new ff5c8fe44a9 libstdc++: Fix std::to_chars buffer overflow (PR 95851) new 50615814f6f libstdc++: Fix warnings with -Wsystem-headers new 053ba9ec747 libstdc++: Fix std::from_chars to ignore leading zeros in base 2 new 554eb7d2e1e c++: Fix ICE with using and virtual function. [PR95719]
The 4 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/cp/call.c | 6 +- gcc/cp/class.c | 4 ++ gcc/testsuite/g++.dg/tree-ssa/final4.C | 12 ++++ libstdc++-v3/include/bits/stl_algobase.h | 3 + libstdc++-v3/include/std/charconv | 15 ++-- libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 ++++-- libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++ .../{to_address/debug.cc => to_chars/95851.cc} | 12 ++-- 8 files changed, 134 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/final4.C create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc copy libstdc++-v3/testsuite/20_util/{to_address/debug.cc => to_chars/95851.cc} (79%)