This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3fd638a9e54 [PATCH] riscv: allow zero in zacas subword atomic cas new 7b3b315e480 libstdc++: Set feature test macro for complete C++23 mdspan [...] new 6968656d631 RISC-V: Ignore non-types in builtin function hash. new dab5951af89 RISC-V: Do not use vsetivli for THeadVector. new ad2bab693f7 Avoid IPA opts around guality plumbing
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-v.cc | 2 +- gcc/config/riscv/riscv-vector-builtins.cc | 6 ++++++ gcc/testsuite/gcc.dg/guality/guality.h | 5 +++-- gcc/testsuite/gcc.target/riscv/rvv/base/pr113829.c | 10 ++++++++++ gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr120461.c | 6 ++++++ libstdc++-v3/include/bits/version.def | 3 +-- libstdc++-v3/include/bits/version.h | 3 ++- libstdc++-v3/testsuite/23_containers/mdspan/version.cc | 9 +++++++++ 8 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr113829.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr120461.c create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/version.cc