This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae7c0475f10 ada: Do not use ATTR_ADDR_EXPR for 'Unrestricted_Access new 1729147f2b1 improve std::deque::_M_reallocate_map new 1802669b76c RISC-V: Fix incorrect optimization options passing to gathe [...] new a22dfe208d9 RISC-V: Refactor the testcases for RVV gather/scatter
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: gcc/testsuite/g++.dg/tree-ssa/deque-1.C | 9 +++++++++ gcc/testsuite/g++.dg/tree-ssa/deque-2.C | 10 ++++++++++ .../rvv/autovec/gather-scatter/gather_load_64-12-zvbb.c | 2 +- .../riscv/rvv/autovec/gather-scatter/strided_load-1.c | 9 +++++++-- .../riscv/rvv/autovec/gather-scatter/strided_load-2.c | 16 ++++++++++++++-- .../riscv/rvv/autovec/gather-scatter/strided_store-1.c | 9 +++++++-- .../riscv/rvv/autovec/gather-scatter/strided_store-2.c | 2 +- gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 2 +- libstdc++-v3/include/bits/deque.tcc | 4 ++++ libstdc++-v3/include/bits/stl_deque.h | 7 ++++++- 10 files changed, 60 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/deque-1.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/deque-2.C