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-arm-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from 1e52538d2b4 Daily bump. adds 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
No new revisions were added by this update.
Summary of changes: gcc/config.gcc | 14 ++ gcc/fortran/resolve.c | 9 + gcc/ipa-modref-tree.h | 298 +++++++++++++++++++++----- gcc/ipa-modref.c | 3 +- gcc/testsuite/gcc.dg/tree-ssa/modref-9.c | 15 ++ gcc/testsuite/gfortran.dg/entry_24.f90 | 20 ++ gcc/tree-inline.c | 4 +- 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 - 13 files changed, 447 insertions(+), 104 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-9.c create mode 100644 gcc/testsuite/gfortran.dg/entry_24.f90