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-arm in repository toolchain/ci/gcc.
from 6c29c9d6a7d Drop tree overflow in irange setter. adds bcebd057205 Use 'location_hash' for 'seen_locations' in 'gcc/profile.c: [...] adds f861ed8b29a Use 'location_hash' for 'gcc/diagnostic-spec.h:nowarn_map' adds d10b863fa3d libstdc++: Unordered containers merge re-use hash code adds b7f0147833a Ada, Darwin : Use DSYMUTIL_FOR_TARGET in libgnat/gnarl builds. adds bd5159bdd4f testsuite, Darwin: In tsvc.h, use malloc for Darwin <= 9. adds d3cc82dc9cc configure, Darwin: Check ld64 support for -platform-version. adds fabe8cc41e9 IPA: Provide a mechanism to register static DTORs via cxa_atexit. adds 4c19122bf5a Check optab before transforming atomic bit test and operations
No new revisions were added by this update.
Summary of changes: gcc/ada/gcc-interface/Makefile.in | 4 +- gcc/config.in | 6 + gcc/config/darwin.h | 5 + gcc/configure | 21 ++- gcc/configure.ac | 16 +- gcc/diagnostic-spec.c | 4 +- gcc/diagnostic-spec.h | 9 +- gcc/doc/tm.texi | 8 + gcc/doc/tm.texi.in | 2 + gcc/ipa.c | 200 ++++++++++++++++++++- gcc/profile.c | 3 +- gcc/target.def | 10 ++ gcc/testsuite/gcc.dg/pr103184-1.c | 43 +++++ gcc/testsuite/gcc.dg/pr103184-2.c | 12 ++ gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h | 8 + gcc/tree-ssa-ccp.c | 38 ++-- libstdc++-v3/include/bits/hashtable.h | 10 +- libstdc++-v3/include/bits/hashtable_policy.h | 13 ++ .../unordered_multiset/modifiers/merge.cc | 22 +++ .../23_containers/unordered_set/modifiers/merge.cc | 43 +++++ 20 files changed, 438 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr103184-1.c create mode 100644 gcc/testsuite/gcc.dg/pr103184-2.c