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 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] new 49d14a841fd testsuite: AIX operator new new 636b01ab491 d: Add `@visibility' and `@hidden' attributes.
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/config/arm/arm.cc | 30 ++-- gcc/cp/module.cc | 10 +- gcc/d/d-attribs.cc | 98 ++++++++++-- gcc/d/d-gimplify.cc | 4 +- gcc/d/d-tree.h | 1 + gcc/d/decl.cc | 54 ++++--- gcc/d/types.cc | 2 + gcc/internal-fn.cc | 239 +++++++++++++++++++++++------- gcc/internal-fn.def | 34 +---- gcc/internal-fn.h | 20 ++- gcc/testsuite/g++.dg/cpp1z/aligned-new9.C | 1 + gcc/testsuite/gdc.dg/attr_visibility1.d | 25 ++++ gcc/testsuite/gdc.dg/attr_visibility2.d | 26 ++++ gcc/testsuite/gdc.dg/attr_visibility3.d | 29 ++++ libphobos/libdruntime/gcc/attributes.d | 34 +++++ 15 files changed, 472 insertions(+), 135 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/attr_visibility1.d create mode 100644 gcc/testsuite/gdc.dg/attr_visibility2.d create mode 100644 gcc/testsuite/gdc.dg/attr_visibility3.d