This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa04a1713b5 MAINTAINERS (s390 port): Add myself new ca44eb7f6a3 RISC-V: Implement __init_riscv_feature_bits, __riscv_featur [...] new 308d19c11e1 libstdc++: Enable memcpy optimizations for distinct integra [...] new d8ef4471cb9 libstdc++: Enable memset optimizations for distinct charact [...]
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: libgcc/config/riscv/feature_bits.c | 409 ++++++++++++++++++++++++++++ libgcc/config/riscv/t-elf | 1 + libstdc++-v3/include/bits/cpp_type_traits.h | 89 +++++- libstdc++-v3/include/bits/stl_algobase.h | 20 +- 4 files changed, 509 insertions(+), 10 deletions(-) create mode 100644 libgcc/config/riscv/feature_bits.c