This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c9a711575d testsuite: Fix up pr94314*.C tests [PR94314] new f52eb4f9889 vect: Fix up lowering of TRUNC_MOD_EXPR by negative constan [...] new d0cc1b79b39 cselib, reload: Fix cselib ICE on m68k/microblaze [PR94526]
The 2 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/ChangeLog | 16 ++++++++++++ gcc/cselib.c | 34 +++++++++++++++---------- gcc/reload1.c | 5 ++-- gcc/testsuite/ChangeLog | 7 +++++ gcc/testsuite/gcc.c-torture/execute/pr94524-1.c | 19 ++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr94524-2.c | 25 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr94526.c | 21 +++++++++++++++ gcc/tree-vect-generic.c | 25 ++++++++++++++++-- gcc/tree-vect-patterns.c | 4 +-- 9 files changed, 137 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94524-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94524-2.c create mode 100644 gcc/testsuite/gcc.dg/pr94526.c