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-aarch64-stable-allyesconfig 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. adds 9300be2c74e sra-9: Fix sra_modify_expr handling of partial writes (PR 94482) adds f9622455e61 libstdc++: Document correct feature test macro, __cpp_lib_i [...]
No new revisions were added by this update.
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 +- libstdc++-v3/ChangeLog | 5 +++ libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +- 13 files changed, 169 insertions(+), 8 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