This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a3ff76278ef veclower: improve selection of vector mode when lowering [P [...] new 8dfc52a75d4 c++: xvalue array subscript [PR103185] new 02c0b497982 c++: throwing dtor and empty try [PR113088] new eef65d60a8b [PATCH] RISC-V: Fix RISCV_FUSE_ZEXTWS fusion condition
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/config/riscv/riscv.cc | 5 +++-- gcc/cp/except.cc | 8 ++++++-- gcc/cp/typeck.cc | 16 +++++++++++++--- gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C | 5 +++++ gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 5 +++++ gcc/testsuite/g++.dg/eh/return2.C | 26 ++++++++++++++++++++++++++ 6 files changed, 58 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C create mode 100644 gcc/testsuite/g++.dg/eh/return2.C