This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7328bb7309f PR c++/83817 * pt.c (tsubst_copy_and_build) <case CALL_EX [...] new 665dafdad4e PR tree-optimization/83843 * gimple-ssa-store-merging.c [...] new a0ac4693dee PR rtl-optimization/83213 * recog.c (peep2_attempt): Copy [...] new 0d6b1f6fad1 PR rtl-optimization/86620 * params.def (max-sched-ready-i [...]
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/ChangeLog | 14 +++++++++ gcc/gimple-ssa-store-merging.c | 9 ++++++ gcc/params.def | 2 +- gcc/recog.c | 2 ++ gcc/testsuite/ChangeLog | 9 ++++++ gcc/testsuite/gcc.dg/pr64935-2.c | 2 +- gcc/testsuite/gcc.dg/pr83620.c | 9 ++++++ gcc/testsuite/gcc.dg/store_merging_18.c | 51 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr83620.c | 15 ++++++++++ 9 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr83620.c create mode 100644 gcc/testsuite/gcc.dg/store_merging_18.c create mode 100644 gcc/testsuite/gcc.target/i386/pr83620.c