This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b443d7122ee Harden SLP reduction support wrt STMT_VINFO_REDUC_IDX new b5c64b413fd tree-optimization/115701 - factor out maybe_duplicate_ssa_i [...] new b77f17c5fee tree-optimization/115701 - fix maybe_duplicate_ssa_info_at_copy
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/pr115701.c | 22 ++++++++++++++++++++++ gcc/tree-ssa-copy.cc | 32 ++------------------------------ gcc/tree-ssa-sccvn.cc | 21 ++------------------- gcc/tree-ssanames.cc | 22 ++++++++++++++++++++++ gcc/tree-ssanames.h | 3 ++- 5 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr115701.c