This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from b5844cb0bc8 Don't allow mask/sse/mmx mov in TLS code sequences. adds 4b1e14346a0 openmp: Handle OMP_MASKED in potential_constant_expression_ [...] adds f456eaf2e0f tree-optimization/103351 - avoid compare-debug issue wrt CD [...] new 90986c5f0aa libgcc: Remove tbase member from struct unw_eh_callback_data new f58bf16f672 libgcc: Remove dbase member from struct unw_eh_callback_dat [...]
The 2 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/constexpr.c | 1 + gcc/testsuite/g++.dg/gomp/masked-1.C | 14 ++++++ gcc/testsuite/g++.dg/torture/pr103351.C | 88 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-dce.c | 4 ++ libgcc/unwind-dw2-fde-dip.c | 54 +++++++++++++++----- 5 files changed, 149 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/masked-1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr103351.C