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-defconfig in repository toolchain/ci/gcc.
from 4958da0be3f Remove '>>>' merge marker from changelog adds c6c3841de5e Revise 'libgfortran/runtime/minimal.c' to better conform to [...] adds 19c0ab5ba62 Extend 'libgfortran/runtime/minimal.c' per r274599 "PR fort [...] adds 1be3a79f2a6 Remove Cell Broadband Engine SPU targets adds 86c4a3ae224 Restore URL for Austern article on allocators adds 14c0d9e24c4 Fortran - Improve OpenMP/OpenACC diagnostic adds e81486bd394 Add makefile target to update HTML files in source tree adds 072f3c7b153 Fortran - fix OpenMP 'target simd' adds 90ce29c3132 2019-10-08 Richard Biener rguenther@suse.de adds 291a67cdf85 Change the library search path when using --with-advance-toolchain adds 6efa541ebec gcc/testsuite/ChangeLog: adds d47f46931d0 DR 685 - Integral promotion of enum ignores fixed underlyi [...] adds 96a92a7e432 2019-10-08 Steven G. Kargl kargl@gcc.gnu.org adds ea6e1dcb1af PR target/91994 * config/i386/i386.c (x86_avx_u128_mode_n [...] adds 63d790a084e [Darwin, machopic 2/n] Compute and cache indirection rules. adds 09bad4a3290 [Darwin] Remove code deprecated in 4.x. adds 79853bf2609 PR middle-end/92026 - gcc.dg/Wstringop-overflow-18.c FAIL P [...] adds f1d18e5b0cf 2019-10-08 Dmitrij Pochepko dmitrij.pochepko@bell-sw.com adds c8485b76ce2 2019-10-08 Dmitrij Pochepko dmitrij.pochepko@bell-sw.com adds 2aeac58039a PR c++/92001 - missing -Wclass-memaccess with array as firs [...] adds 27b5374f3e7 Daily bump. adds 5dd1ef37022 use call-clobbered reg to disalign the stack adds b59d118614d 2019-10-08 Richard Biener rguenther@suse.de adds e277e643eba PR libgomp/92028 * target.c (gomp_map_vars_internal): Rea [...] adds 201add009f0 2019-10-09 Tobias Burnus tobias@codesourcery.com adds 7af5e00bc3a * config/avr/avr.md: Fix typo in a comment. new fe073cb1542 * doc/avr-mmcu.texi: Re-generate because config/avr/avr-de [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 5 + MAINTAINERS | 1 + gcc/ChangeLog | 97 ++- gcc/DATESTAMP | 2 +- gcc/config.gcc | 11 +- gcc/config/avr/avr.md | 2 +- gcc/config/darwin.c | 94 +-- gcc/config/darwin.h | 9 + gcc/config/i386/i386.c | 2 +- gcc/cp/ChangeLog | 5 + gcc/cp/call.c | 4 +- gcc/doc/avr-mmcu.texi | 2 +- gcc/fortran/ChangeLog | 21 + gcc/fortran/match.h | 2 +- gcc/fortran/openmp.c | 13 +- gcc/fortran/parse.c | 104 +-- gcc/fortran/simplify.c | 10 +- gcc/match.pd | 58 ++ gcc/testsuite/ChangeLog | 54 ++ gcc/testsuite/g++.dg/Wclass-memaccess-5.C | 18 + gcc/testsuite/g++.dg/cpp0x/scoped_enum9.C | 11 + gcc/testsuite/gcc.dg/Wstringop-overflow-12.c | 2 +- gcc/testsuite/gcc.dg/Wstringop-overflow-19.c | 27 + gcc/testsuite/gcc.dg/tree-ssa/popcount4.c | 22 + gcc/testsuite/gcc.dg/tree-ssa/popcount4l.c | 30 + gcc/testsuite/gcc.dg/tree-ssa/popcount4ll.c | 19 + gcc/testsuite/gcc.dg/vect/pr65947-1.c | 2 +- gcc/testsuite/gcc.dg/vect/pr65947-13.c | 2 +- gcc/testsuite/gcc.dg/vect/pr65947-14.c | 2 +- gcc/testsuite/gcc.dg/vect/pr65947-4.c | 2 +- gcc/testsuite/gcc.dg/vect/pr80631-1.c | 2 +- gcc/testsuite/gcc.dg/vect/pr80631-2.c | 2 +- gcc/testsuite/gcc.target/i386/20060512-1.c | 16 +- gcc/testsuite/gcc.target/i386/20060512-3.c | 7 +- .../gfortran.dg/goacc/continuation-free-form.f95 | 4 +- gcc/testsuite/gfortran.dg/pr91801.f90 | 7 + gcc/testsuite/lib/target-supports.exp | 23 + gcc/tree-ssa-strlen.c | 28 +- gcc/tree-vect-loop.c | 777 ++++++++------------- gcc/tree-vect-patterns.c | 8 +- gcc/tree-vect-slp.c | 11 - gcc/tree-vect-stmts.c | 113 +-- gcc/tree-vectorizer.c | 2 +- gcc/tree-vectorizer.h | 27 +- libgfortran/ChangeLog | 7 + libgfortran/runtime/minimal.c | 260 +++++-- libgomp/ChangeLog | 18 + libgomp/target.c | 24 + libgomp/testsuite/libgomp.fortran/fortran.exp | 6 + libgomp/testsuite/libgomp.fortran/target-simd.f90 | 26 + libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 6 + libstdc++-v3/ChangeLog | 11 + libstdc++-v3/doc/Makefile.am | 7 +- libstdc++-v3/doc/Makefile.in | 7 +- .../doc/html/manual/documentation_hacking.html | 7 +- libstdc++-v3/doc/html/manual/memory.html | 2 + libstdc++-v3/doc/xml/manual/allocator.xml | 3 + .../doc/xml/manual/documentation_hacking.xml | 9 +- 58 files changed, 1230 insertions(+), 823 deletions(-) create mode 100644 gcc/testsuite/g++.dg/Wclass-memaccess-5.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/scoped_enum9.C create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-19.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount4.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount4l.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount4ll.c create mode 100644 gcc/testsuite/gfortran.dg/pr91801.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-simd.f90