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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from e178d02d390 ia32: Disallow mode(V1TI) [PR103020] adds 28d8167d216 Fix flake8 errors. adds d8fe39f417b update my email address adds d5c6604f420 Add a simulate_record_decl lang hook adds 268b43d2592 middle-end/103038 - avoid ICE with -ftrivial-auto-var-init=pattern adds 6cc8aa65fde middle-end: Fix PR103007, add missing check on complex fms [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 +- contrib/check-internal-format-escaping.py | 10 ++++----- gcc/c/c-decl.c | 30 +++++++++++++++++++++++++ gcc/c/c-objc-common.h | 2 ++ gcc/c/c-tree.h | 2 ++ gcc/cp/cp-objcp-common.h | 4 ++++ gcc/cp/decl.c | 37 +++++++++++++++++++++++++++++++ gcc/fold-const.c | 2 ++ gcc/internal-fn.c | 8 +++++-- gcc/langhooks-def.h | 4 ++++ gcc/langhooks.c | 19 ++++++++++++++++ gcc/langhooks.h | 10 +++++++++ gcc/testsuite/g++.dg/pr103007.C | 19 ++++++++++++++++ gcc/testsuite/g++.dg/pr103038.C | 5 +++++ gcc/tree-vect-slp-patterns.c | 6 ++++- 15 files changed, 151 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr103007.C create mode 100644 gcc/testsuite/g++.dg/pr103038.C