This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3268c47c087 libstdc++/ranges: Fix more wrong value type init from refer [...] new 09e1ba1cc0f forwprop: Handle memcpy for arguments with respect to copies new 4b83df548f3 forwprop: Add a quick out for new_src_based_on_copy when bo [...] new a7a9f0de4fe forwprop: Fix up "nop" copies after recent changes [PR121962]
The 3 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/pr121962-1.c | 21 +++ ...p-aggregate-1.c => copy-prop-aggregate-arg-2.c} | 12 +- gcc/tree-ssa-forwprop.cc | 203 ++++++++++++++------- 3 files changed, 166 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr121962-1.c copy gcc/testsuite/gcc.dg/tree-ssa/{copy-prop-aggregate-1.c => copy-prop-aggregate [...]