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 a100cf00b1d Daily bump. new 6c26f107c66 libstdc++: Replace __int_limits with __numeric_traits_integer new abd9341c2f1 rs6000: MMA built-in dies with incorrect sharing of tree no [...]
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: gcc/config/rs6000/rs6000-call.c | 10 ++-- gcc/testsuite/gcc.target/powerpc/pr96808.c | 59 ++++++++++++++++++++++++ libstdc++-v3/include/Makefile.am | 1 - libstdc++-v3/include/Makefile.in | 1 - libstdc++-v3/include/bits/int_limits.h | 74 ------------------------------ libstdc++-v3/include/bits/parse_numbers.h | 4 +- libstdc++-v3/include/bits/range_access.h | 8 ++-- libstdc++-v3/include/ext/numeric_traits.h | 10 ++++ libstdc++-v3/include/std/bit | 60 ++++++++++++------------ libstdc++-v3/include/std/charconv | 14 +++--- libstdc++-v3/include/std/memory_resource | 6 +-- libstdc++-v3/include/std/string_view | 10 ++-- libstdc++-v3/include/std/utility | 12 ++--- 13 files changed, 129 insertions(+), 140 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96808.c delete mode 100644 libstdc++-v3/include/bits/int_limits.h