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 9046e0d46fc [PR102627] Use at least natural mode during splitting hard [...] adds 7afb61087d2 Fortran: Add diagnostic for F2018:C839 (TS29113:C535c) new 64acc43de1e libstdc++: Avoid instantiation of _Hash_node before it's needed new d87105d697c libstdc++: Access std::pair members without tuple-like helpers new 29a9de9b402 libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite
The 3 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/fortran/interface.c | 100 ++++++++++-- gcc/testsuite/gfortran.dg/PR94110.f90 | 15 ++ gcc/testsuite/gfortran.dg/c-interop/c535c-1.f90 | 175 +++++++++++++++------ gcc/testsuite/gfortran.dg/c-interop/c535c-2.f90 | 4 +- gcc/testsuite/gfortran.dg/c-interop/c535c-3.f90 | 5 +- gcc/testsuite/gfortran.dg/c-interop/c535c-4.f90 | 5 +- libstdc++-v3/include/bits/hashtable.h | 17 +- libstdc++-v3/include/bits/hashtable_policy.h | 139 ++++++++-------- .../testsuite/18_support/numeric_limits/40856.cc | 4 +- .../testsuite/18_support/numeric_limits/dr559.cc | 2 +- .../testsuite/18_support/numeric_limits/lowest.cc | 2 +- .../18_support/numeric_limits/max_digits10.cc | 2 +- .../testsuite/20_util/is_floating_point/value.cc | 2 +- .../testsuite/20_util/is_integral/value.cc | 2 +- libstdc++-v3/testsuite/20_util/is_signed/value.cc | 2 +- .../testsuite/20_util/is_unsigned/value.cc | 2 +- .../20_util/make_signed/requirements/typedefs-1.cc | 2 +- .../20_util/make_signed/requirements/typedefs-2.cc | 2 +- .../make_unsigned/requirements/typedefs-1.cc | 2 +- .../make_unsigned/requirements/typedefs-2.cc | 2 +- .../20_util/type_identity/requirements/typedefs.cc | 2 +- .../unordered_map/requirements/53339.cc | 1 - .../unordered_multimap/requirements/53339.cc | 1 - .../26_numerics/bit/bit.count/countl_one.cc | 6 +- .../26_numerics/bit/bit.count/countl_zero.cc | 6 +- .../26_numerics/bit/bit.count/countr_one.cc | 6 +- .../26_numerics/bit/bit.count/countr_zero.cc | 6 +- .../26_numerics/bit/bit.count/popcount.cc | 6 +- .../26_numerics/bit/bit.pow.two/bit_ceil.cc | 2 +- .../26_numerics/bit/bit.pow.two/bit_floor.cc | 6 +- .../26_numerics/bit/bit.pow.two/bit_width.cc | 6 +- .../26_numerics/bit/bit.pow.two/has_single_bit.cc | 6 +- .../testsuite/26_numerics/bit/bit.rotate/rotl.cc | 6 +- .../testsuite/26_numerics/bit/bit.rotate/rotr.cc | 6 +- .../testsuite/util/testsuite_common_types.h | 2 +- 35 files changed, 375 insertions(+), 179 deletions(-)