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-next-allnoconfig in repository toolchain/gcc.
from 19ba8c9d5e7 2018-12-22 Steven G. Kargl kargl@gcc.gnu.org adds 87648738026 Ensure collect2 responds to intended commmand line options. adds e1024e8bd21 Handle -save-temps in collect2 adds 68226e6a74b use simple-object instead of nm to determine if files contain LTO. adds d2e1321b093 Fix ident tests by Enabling ident output for X86 Darwin. adds 6dc407e1865 LTO-wrapper, don't pre-link early debug objects. adds 5065260a450 Fix Ada bootstrap for Darwin9 and earlier. adds 92f01f2992c [RS6000] PR88346, Inconsistent list of CPUs supported after [...] adds 7d2853d1ba6 2018-12-23 Martin Sebor msebor@redhat.com Jeff Law [...] adds 98d5ba5de38 * builtins.c (unterminated_array): Rename "data" to "lenda [...] adds 6f7fa01feb7 * builtins.h (c_strlen_data): Add new fields and comments. [...] adds 7681d1e962b 2018-12-23 Paul Thomas pault@gcc.gnu.org adds 02981fdc247 2018-12-23 François Dumont fdumont@gcc.gnu.org adds 30ac39a11e7 2018-12-23 François Dumont fdumont@gcc.gnu.org adds 02e36de1821 Daily bump. adds b5e4c6aee55 * ipa-utils.c (ipa_merge_profiles): Fix updating of fnsumm [...] adds 0b135c4722a darwin, configuration, check properly for dwarf2 debug line [...] adds 6ff46fb799b powerpc-darwin, skip ident tests. adds 1c0745514b0 Fix PR67974 for Darwin by adding an asm shim for AVX.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 78 +++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/adaint.c | 14 +- gcc/builtins.c | 77 ++++--- gcc/builtins.h | 40 +++- gcc/collect2.c | 234 ++++++++++++--------- gcc/config/i386/darwin.h | 5 + gcc/config/rs6000/aix71.h | 5 +- gcc/config/rs6000/aix72.h | 5 +- gcc/config/rs6000/driver-rs6000.c | 6 +- gcc/config/rs6000/rs6000.h | 6 +- gcc/configure | 4 + gcc/configure.ac | 4 + gcc/fortran/ChangeLog | 8 +- gcc/fortran/resolve.c | 5 + gcc/gimple-fold.c | 46 ++-- gcc/gimple-ssa-sprintf.c | 9 +- gcc/ipa-fnsummary.c | 14 +- gcc/ipa-utils.c | 20 +- gcc/lto-wrapper.c | 135 +++++------- gcc/testsuite/ChangeLog | 19 ++ gcc/testsuite/c-c++-common/ident-0a.c | 1 + gcc/testsuite/c-c++-common/ident-0b.c | 1 + gcc/testsuite/c-c++-common/ident-1a.c | 1 + gcc/testsuite/c-c++-common/ident-1b.c | 1 + gcc/testsuite/c-c++-common/ident-2a.c | 1 + gcc/testsuite/c-c++-common/ident-2b.c | 1 + .../gcc.target/x86_64/abi/avx/asm-support-darwin.s | 77 +++++++ gcc/testsuite/gfortran.dg/ptr_func_assign_5.f08 | 45 ++++ libstdc++-v3/ChangeLog | 14 ++ libstdc++-v3/include/bits/hashtable_policy.h | 15 +- libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 33 files changed, 620 insertions(+), 280 deletions(-) create mode 100644 gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s create mode 100644 gcc/testsuite/gfortran.dg/ptr_func_assign_5.f08