This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from aa49a058081 fix latent bootstrap-debug issue adds 91f78b673b1 MIPS: use N64 ABI by default if the triple end with -gnuabi64 adds 952095bb053 libstdc++: Name std::function template parameter adds 07b990ee23e libstdc++: Fix inefficiency in filesystem::absolute [PR99876] adds dd3e5859fc1 libstdc++: Fix comment typo adds 754fca77e82 libstdc++: Fix std::allocator<void> for versioned namespace adds f9809ef5700 Fortran - reject function entries with mismatched characteristics adds f5ff3a8ed4c Improve handling of table overflows in modref_ref_node adds a21e5de4214 Daily bump. new fc3e9f58ec1 Darwin, X86 : Implement __cache_clear. new dc033e0149f testsuite, Darwin : Skip a test requiring strndup in libc.
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/ChangeLog | 22 ++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 14 ++ gcc/config/i386/darwin.h | 5 + gcc/fortran/ChangeLog | 6 + gcc/fortran/resolve.c | 9 + gcc/ipa-modref-tree.h | 298 +++++++++++++++++++++----- gcc/testsuite/ChangeLog | 9 + gcc/testsuite/gcc.dg/analyzer/strndup-1.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/modref-9.c | 15 ++ gcc/testsuite/gfortran.dg/entry_24.f90 | 20 ++ libstdc++-v3/ChangeLog | 26 +++ libstdc++-v3/include/bits/alloc_traits.h | 104 +++++++++ libstdc++-v3/include/bits/allocator.h | 38 +--- libstdc++-v3/include/bits/std_function.h | 32 ++- libstdc++-v3/include/bits/stl_uninitialized.h | 2 +- libstdc++-v3/include/ext/extptr_allocator.h | 5 + libstdc++-v3/src/c++17/fs_ops.cc | 7 - 18 files changed, 513 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-9.c create mode 100644 gcc/testsuite/gfortran.dg/entry_24.f90