This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a6e3ad38a1 gimple-isel: Fold x CMP y ? -1 : 0 to x CMP y [PR97872] new a294e6368f8 tree-optimization/97559 - fix sinking in irreducible regions new c2c198bfd1e tree-optimization/98191 - fix BIT_INSERT_EXPR sequence vect [...]
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/testsuite/gcc.dg/torture/pr97559-1.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr97559-2.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr98191.c | 10 ++++++++++ gcc/tree-ssa-sink.c | 14 +++++++++----- gcc/tree-vect-slp.c | 3 ++- 5 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr97559-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr97559-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr98191.c