This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cc88366a80e fold-const: Ignore padding bits in native_interpret_expr RE [...] new 2a8ce4b52f5 vect: Fix voluntarily-masked negative conditionals [PR108430] new b09dc74801c Avoid creating (const (reg ...)) [PR108603] new f2b846f1feb MIPS: Add buildtime option to set msa default new 0b83fa07645 MIPS: Bugfix for fix Dejagnu issues with RTL checking enabled.
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.gcc | 19 +++++++++++++++++-- gcc/config/mips/mips-protos.h | 2 +- gcc/config/mips/mips.cc | 4 ++-- gcc/config/mips/mips.h | 3 ++- gcc/doc/install.texi | 8 ++++++++ gcc/explow.cc | 11 ++++++++--- gcc/testsuite/gcc.target/aarch64/sve/pr108430.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr108603.c | 8 ++++++++ gcc/tree-vect-stmts.cc | 3 +-- 9 files changed, 68 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr108430.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr108603.c