This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5582ad0afb0 testsuite: Adjust powerpc pr83677.c for BE [PR108815] new 6e3e708dbad tree-optimization/109434 - bogus DSE of throwing call LHS new 2d7ad38707e tree-optimization/109469 - SLP with returns-twice region start
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/g++.dg/opt/pr109434.C | 28 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr109469.c | 15 +++++++++++++++ gcc/tree-ssa-dse.cc | 3 ++- gcc/tree-vect-slp.cc | 19 ++++++++++++++++--- 4 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr109434.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr109469.c