This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from 6da8cd22dff PR c++/60366 * g++.dg/cpp0x/lambda/lambda-ice32.C: New test. adds a032a26894e PR c++/65175 * g++.dg/cpp0x/alias-decl-69.C: New test. adds eabef64f6e1 Daily bump. adds 8482ddd3ae2 Fix build with --enable-gather-detailed-mem-stats. adds 2d19df75657 testsuite - Require alias support in a test using it. adds 1a15313ca9b Implement N disk counters for single value and indirect cal [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 30 +++++++ gcc/DATESTAMP | 2 +- gcc/gcov-io.h | 7 ++ gcc/hash-map.h | 6 +- gcc/hash-table.h | 2 +- gcc/ipa-profile.c | 12 +-- gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C | 40 +++++++++ gcc/testsuite/gcc.dg/attr-copy-6.c | 1 + gcc/tree-profile.c | 6 +- gcc/value-prof.c | 136 +++++++++++++++++------------ gcc/value-prof.h | 4 + libgcc/ChangeLog | 24 +++++ libgcc/Makefile.in | 6 +- libgcc/libgcov-merge.c | 83 ++++++++++++------ libgcc/libgcov-profiler.c | 33 ++++--- libgcc/libgcov.h | 29 +++++- 17 files changed, 308 insertions(+), 120 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C