This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from f456eaf2e0f tree-optimization/103351 - avoid compare-debug issue wrt CD [...] adds 90986c5f0aa libgcc: Remove tbase member from struct unw_eh_callback_data adds f58bf16f672 libgcc: Remove dbase member from struct unw_eh_callback_dat [...] adds d7376862b6d libstdc++: Fix condition for definition of _GLIBCXX14_DEPRECATED adds 1aedb3920a4 openacc: Fix up C++ #pragma acc routine handling [PR101731] adds c38c547a708 docs: remove duplicate param documentation new a944b5dec3a tree-optimization/103345: Improved load merging.
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/cp/parser.c | 26 ++++++-------- gcc/doc/invoke.texi | 12 ------- gcc/gimple-ssa-store-merging.c | 9 ++--- gcc/testsuite/c-c++-common/goacc/routine-6.c | 4 +++ gcc/testsuite/gcc.dg/tree-ssa/pr103345.c | 53 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr98953.c | 14 ++++++++ libgcc/unwind-dw2-fde-dip.c | 54 +++++++++++++++++++++------- libstdc++-v3/include/bits/c++config | 4 +-- 8 files changed, 131 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/routine-6.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103345.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98953.c