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-lts-allmodconfig in repository toolchain/gcc.
from ef5aa226849 Daily bump. adds 3acdf4ff03d PR fortran/87725 * openmp.c (gfc_match_omp_clauses): Pars [...] adds d62e16073cd [DOC] Relocate list under Deprecated in options.texi to Var adds eeab9fc5787 2018-10-25 Richard Biener rguenther@suse.de adds e3fce86b7c8 [testsuite] Fix sibcall-9 & sibcall-10 with -fPIC adds 4c5dbd0e684 dg-cmp-results: display NA->FAIL & NA->UNRESOLVED by default adds 1c1f2b44c91 * ipa-devirt.c (odr_types_equivalent_p): Do not ICE if one [...] adds e9f84d4cc35 Relocation (= move+destroy)
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 5 + contrib/dg-cmp-results.sh | 7 +- gcc/ChangeLog | 16 +++ gcc/doc/options.texi | 18 +-- gcc/fortran/ChangeLog | 9 ++ gcc/fortran/openmp.c | 37 ++++-- gcc/ipa-devirt.c | 7 ++ gcc/testsuite/ChangeLog | 25 +++++ .../c-c++-common/gomp/schedule-modifiers-1.c | 8 +- gcc/testsuite/g++.dg/lto/odr-1_0.C | 8 ++ gcc/testsuite/g++.dg/lto/odr-1_1.C | 12 ++ gcc/testsuite/gcc.dg/sibcall-10.c | 2 +- gcc/testsuite/gcc.dg/sibcall-9.c | 2 +- gcc/testsuite/gfortran.dg/20181025-1.f | 28 +++++ .../gfortran.dg/gomp/schedule-modifiers-1.f90 | 63 +++++++++++ .../gfortran.dg/gomp/schedule-modifiers-2.f90 | 44 ++++++++ gcc/tree-vectorizer.h | 44 ++------ libstdc++-v3/ChangeLog | 21 ++++ libstdc++-v3/include/bits/alloc_traits.h | 10 ++ libstdc++-v3/include/bits/allocator.h | 6 +- libstdc++-v3/include/bits/stl_uninitialized.h | 62 +++++++++++ libstdc++-v3/include/bits/stl_vector.h | 9 ++ libstdc++-v3/include/bits/vector.tcc | 124 +++++++++++++++------ libstdc++-v3/include/ext/alloc_traits.h | 3 + libstdc++-v3/include/ext/malloc_allocator.h | 6 +- libstdc++-v3/include/ext/new_allocator.h | 6 +- .../vector/modifiers/push_back/49836.cc | 6 +- 27 files changed, 490 insertions(+), 98 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/odr-1_0.C create mode 100644 gcc/testsuite/g++.dg/lto/odr-1_1.C create mode 100644 gcc/testsuite/gfortran.dg/20181025-1.f create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90