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-aarch64 in repository toolchain/ci/gcc.
from a64478660ee [Ada] Read directory in Ada.Directories.Start_Search rather [...] adds 42ae7ebfb26 i386: Robustify V2QI and V4QI move patterns adds 997130f778c target: [PR102941] Fix inline-asm flags with non-REG_P output adds 6cd51207f57 c++: check delete access with trivial init [PR20040] new c1b7d28a598 analyzer: add region::is_named_decl_p
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/analyzer/region.cc | 14 +++ gcc/analyzer/region.h | 2 + gcc/config/arm/aarch-common.c | 2 +- gcc/config/i386/mmx.md | 16 +++- gcc/cp/cp-tree.h | 1 + gcc/cp/init.c | 128 ++++++++++++++------------ gcc/doc/analyzer.texi | 10 ++ gcc/testsuite/g++.dg/init/delete4.C | 14 +++ gcc/testsuite/gcc.target/aarch64/asm-flag-7.c | 22 +++++ gcc/testsuite/gcc.target/arm/asm-flag-7.c | 23 +++++ 10 files changed, 166 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/delete4.C create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-flag-7.c create mode 100644 gcc/testsuite/gcc.target/arm/asm-flag-7.c