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_lto in repository toolchain/ci/gcc.
from 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. adds fc3e9f58ec1 Darwin, X86 : Implement __cache_clear. adds dc033e0149f testsuite, Darwin : Skip a test requiring strndup in libc.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 22 ++ gcc/DATESTAMP | 2 +- 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/ext/extptr_allocator.h | 5 + 14 files changed, 483 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-9.c create mode 100644 gcc/testsuite/gfortran.dg/entry_24.f90