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/gcc.
from 0c7a1f273b9 Daily bump. adds 16f67f552c6 2018-12-26 Harald Anlauf anlauf@gmx.de adds 12cd3d7b389 2018-12-26 Steven G. Kargl kargl@gcc.gnu.org adds 629f6984628 Daily bump. adds a910e926325 2018-12-26 Andrew Pinski apinski@marvell.com adds dbff9aaf472 runtime: on ARM32 EABI, don't get LSDA if compact model [...] adds fa576682ff0 Use proper location for tls_init function (PR c++/88263). adds 24c9d723f19 Comparison with an enum should mention enum value. adds 68868877b3a Fix slowness in gcov (PR gcov-profile/88225). adds 27e7ab5c4e8 Cherry pick libsanitizer patch (https://reviews.llvm.org/D54856). adds cea12873eee runtime: let ARM32 EABI personality function continue u [...] adds 59eaf5af5bf runtime: delete export_arm_test.go adds 5b7ae43488a 2018-12-27 Steven G. Kargl kargl@gcc.gnu.org adds 87a2eca6138 2018-12-27 Steven G. Kargl kargl@gcc.gnu.org adds 2a177b237e1 * ipa-devirt.c (polymorphic_call_target_d): Add n_odr_type [...] adds 7e239a5b7b9 Daily bump. adds f36d7c04756 [libbacktrace] Fix memory leak in build_address_map adds 0394c30e4e5 [libbacktrace] Fix memory leak in loop in build_address_map adds f03f36c3ec0 [libbacktrace] Simplify memory management in build_address_map adds 7c9096f8876 [libbacktrace] Reduce memory usage in build_address_map adds 65c9e9f98bd Cleanup libgomp's coalesce chunk data structures adds a91917652db poly_int: get_inner_reference & co.: fix known_eq typo/bug adds 813421cdb97 For libgomp OpenACC entry points, redefine the "device" arg [...] adds a418e849cae x86-64: Remove .file directive from snapshot source adds 4a4bec8257a x86-64: Remove .file directive from snapshot source
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 51 ++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 3 +- gcc/config/aarch64/aarch64-cores.def | 6 ++ gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/cp/ChangeLog | 9 ++ gcc/cp/decl2.c | 12 +-- gcc/doc/invoke.texi | 1 + gcc/expr.c | 8 +- gcc/fortran/ChangeLog | 12 +++ gcc/fortran/expr.c | 13 ++- gcc/fortran/module.c | 8 +- gcc/gcov.c | 112 +++++++++++--------- gcc/gimplify.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-devirt.c | 8 +- gcc/omp-expand.c | 113 +++++++++++++-------- gcc/testsuite/ChangeLog | 34 +++++++ gcc/testsuite/g++.dg/gcov/pr88263.C | 30 ++++++ gcc/testsuite/g++.dg/ipa/devirt-53.C | 58 +++++++++++ .../gcc.target/x86_64/abi/asm-support-darwin.s | 1 - gcc/testsuite/gcc.target/x86_64/abi/asm-support.S | 1 - .../gcc.target/x86_64/abi/avx/asm-support-darwin.s | 1 - .../gcc.target/x86_64/abi/avx/asm-support.S | 1 - .../gcc.target/x86_64/abi/avx512f/asm-support.S | 1 - gcc/testsuite/gfortran.dg/initialization_7.f90 | 2 +- gcc/testsuite/gfortran.dg/pr81027.f90 | 11 ++ gcc/testsuite/gfortran.dg/pr85357.f90 | 17 ++++ gcc/tree-ssa-structalias.c | 4 +- gcc/tree.c | 7 +- include/ChangeLog | 5 + include/gomp-constants.h | 12 +++ libbacktrace/ChangeLog | 23 +++++ libbacktrace/dwarf.c | 87 ++++++++++------ libgo/go/runtime/export_arm_test.go | 9 -- libgo/runtime/go-unwind.c | 14 +++ libgomp/ChangeLog | 13 +++ libgomp/oacc-parallel.c | 52 ++++++---- libgomp/target.c | 52 ++++++---- libgomp/testsuite/libgomp.fortran/aligned1.f03 | 4 +- libsanitizer/ChangeLog | 7 ++ libsanitizer/asan/asan_errors.cc | 5 +- libsanitizer/asan/asan_errors.h | 7 +- 43 files changed, 615 insertions(+), 207 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gcov/pr88263.C create mode 100644 gcc/testsuite/g++.dg/ipa/devirt-53.C create mode 100644 gcc/testsuite/gfortran.dg/pr81027.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr85357.f90 delete mode 100644 libgo/go/runtime/export_arm_test.go