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-aarch64-stable-allmodconfig in repository toolchain/ci/gcc.
from e1e3da4b5c8 Daily bump. adds 96161eee929 2019-06-09 Paul Thomas pault@gcc.gnu.org adds 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 | 17 ++ gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C | 40 ++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.C | 9 + gcc/testsuite/gcc.dg/attr-copy-6.c | 1 + .../gfortran.dg/assumed_rank_bounds_3.f90 | 219 +++++++++++++++++++++ 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 ++- 19 files changed, 546 insertions(+), 120 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.C create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_bounds_3.f90