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_build/master-arm in repository toolchain/ci/gcc.
from 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] adds 49d14a841fd testsuite: AIX operator new adds 636b01ab491 d: Add `@visibility' and `@hidden' attributes. new dc9b92facf8 libstdc++: [_Hashtable] Insert range of types convertible t [...]
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/config/arm/arm.cc | 24 ++- 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 +++ libstdc++-v3/include/bits/hashtable.h | 30 ++- libstdc++-v3/include/bits/hashtable_policy.h | 34 +++ .../23_containers/unordered_map/cons/56112.cc | 33 ++- .../{cons/56112.cc => insert/105717.cc} | 38 +++- .../56112.cc => unordered_set/insert/105717.cc} | 40 +++- 20 files changed, 613 insertions(+), 163 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 copy libstdc++-v3/testsuite/23_containers/unordered_map/{cons/56112.cc => insert/1 [...] copy libstdc++-v3/testsuite/23_containers/{unordered_map/cons/56112.cc => unordere [...]