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-allmodconfig in repository toolchain/gcc.
from 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. adds c2ef464fec9 * lto-symtab.c (lto_symtab_merge_decls_2): Do not report O [...] adds 2f6269689fe * tree.c (fld_simplified_type): Temporarily disable array [...] adds 3dfb9d383cb Fix double-application of patch. adds 1f256e16949 * ipa-devirt.c (dump_targets): Cap number of targets print [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 57 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 77 ++++++++++------------ gcc/builtins.h | 40 ++++++++++- 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-devirt.c | 24 +++++-- gcc/ipa-fnsummary.c | 14 +++- gcc/ipa-utils.c | 20 +++++- gcc/ipa-utils.h | 9 ++- gcc/lto/ChangeLog | 5 ++ gcc/lto/lto-symtab.c | 19 ++++-- gcc/testsuite/ChangeLog | 24 +++++++ 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/testsuite/gcc.c-torture/pr88140.c | 8 +++ .../gcc.target/x86_64/abi/avx/asm-support-darwin.s | 77 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/ptr_func_assign_5.f08 | 45 +++++++++++++ gcc/tree.c | 3 +- libstdc++-v3/ChangeLog | 14 ++++ libstdc++-v3/include/bits/hashtable_policy.h | 15 ++++- libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 30 files changed, 444 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/pr88140.c 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