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 f4c3ce32fa5 d: Delay completing aggregate and enum types until after at [...] adds edb9330c29f tree-optimization/105969 - FPE with array diagnostics adds 8c2733e16ec tree-optimization/105971 - less surprising refs_may_alias_p_2 adds 57b2adae536 d: Set TYPE_ARTIFICIAL on internal TypeInfo types adds dc8071da0e8 arm: fix thinko in arm_bfi_1_p() [PR105974] adds 052d89537a4 c++: Use better module partition naming adds 8aaa948059a arm: big-endian issue in gen_cpymem_ldrd_strd [PR105981] adds 9d2fe6d427b Revert recent internal-fn changes [PR105975]
No new revisions were added by this update.
Summary of changes: gcc/config/arm/arm.cc | 30 ++-- gcc/cp/module.cc | 10 +- gcc/d/typeinfo.cc | 1 + gcc/gimple-ssa-sprintf.cc | 2 +- gcc/internal-fn.cc | 239 +++++++++++++++++++++++++------- gcc/internal-fn.def | 34 ++--- gcc/internal-fn.h | 20 ++- gcc/testsuite/gcc.dg/pr105969.c | 13 ++ gcc/testsuite/gcc.dg/torture/pr106971.c | 12 ++ gcc/testsuite/gdc.dg/Wpadded.d | 4 + gcc/tree-ssa-alias.cc | 18 +-- 11 files changed, 270 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105969.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr106971.c create mode 100644 gcc/testsuite/gdc.dg/Wpadded.d