This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from adfe96eb612 forwprop: Improve the reject case for copy prop [PR107051] new e8969a86c10 tree-optimization/121685 - accesses to *this are not trapping new 56e7010eef8 tree-optimization/121768 - bogus double reduction detected
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/vect/pr121685-1.cc | 20 +++++ gcc/testsuite/gcc.dg/vect/pr121768.c | 15 ++++ gcc/tree-eh.cc | 45 +++++++--- gcc/tree-vect-loop.cc | 151 ++++++++++++++------------------ 4 files changed, 137 insertions(+), 94 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr121685-1.cc create mode 100644 gcc/testsuite/gcc.dg/vect/pr121768.c