This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from a9e2ebe839d Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb new 758671b88b7 match.pd: Don't create BIT_NOT_EXPRs for COMPLEX_TYPE [PR104675] new 526fbcfa636 internal-fn: Call do_pending_stack_adjust in expand_SPACESH [...] new 873b36af995 warning-control: Comment spelling fix
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/internal-fn.cc | 2 ++ gcc/match.pd | 4 +++- gcc/testsuite/g++.dg/torture/pr104679.C | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr104675-1.c | 29 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr104675-2.c | 18 ++++++++++++++++++ gcc/warning-control.cc | 2 +- 6 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr104679.C create mode 100644 gcc/testsuite/gcc.dg/pr104675-1.c create mode 100644 gcc/testsuite/gcc.dg/pr104675-2.c