This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 47ea8616d4f x86: Restore the frame pointer in word_mode adds 83eeda5f004 c++: Fix bogus -Wparentheses warning with fold-expression [ [...] adds 6b99e194773 Daily bump. new 9300be2c74e sra-9: Fix sra_modify_expr handling of partial writes (PR 94482)
The 1 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 | 15 ++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 ++++++ gcc/cp/pt.c | 1 + gcc/testsuite/ChangeLog | 9 ++++++ gcc/testsuite/g++.dg/cpp1z/fold11.C | 12 ++++++++ gcc/testsuite/gcc.dg/torture/pr94482.c | 36 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr94482-2.c | 50 +++++++++++++++++++++++++++++++ gcc/tree-sra.c | 31 ++++++++++++++++--- gcc/tree-ssa-forwprop.c | 3 +- 10 files changed, 162 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold11.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr94482.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94482-2.c