This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from febd7c43bce d: Inline bounds checking for simple array assignments. new c931e8d5a96 RISC-V: Add support for TLS stack protector canary access new cf5d0fc2d1a [PATCH] RS6000 Add testlsbb by Byte operations new 357beca8bce libstdc++: Fix tests using wrong allocator type new e513e9aa531 libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtold
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/config/riscv/riscv-opts.h | 6 ++ gcc/config/riscv/riscv.c | 47 +++++++++++++ gcc/config/riscv/riscv.md | 80 ++++++++++++++++++++++ gcc/config/riscv/riscv.opt | 28 ++++++++ gcc/config/rs6000/altivec.h | 3 + gcc/config/rs6000/rs6000-builtin.def | 15 ++++ gcc/config/rs6000/rs6000-call.c | 5 ++ gcc/config/rs6000/rs6000.md | 1 + gcc/config/rs6000/vsx.md | 39 +++++++++++ gcc/doc/invoke.texi | 22 +++++- gcc/testsuite/gcc.target/powerpc/lsbb-runnable.c | 65 ++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/lsbb.c | 24 +++++++ libstdc++-v3/src/c++17/floating_from_chars.cc | 8 ++- .../cons/noexcept_default_construct.cc | 2 +- .../cons/noexcept_default_construct.cc | 2 +- 15 files changed, 342 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/lsbb-runnable.c create mode 100644 gcc/testsuite/gcc.target/powerpc/lsbb.c