This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from b4578a09987 MSP430: Don't generate 430X insns when handling data in the [...] adds b3305f3d277 * config/i386/i386-expand.c (ix86_expand_floorceildf_32, [...] adds 41e73d742fd 2019-10-07 Jozef Lawrynowicz jozef.l@mittosystems.com adds a7bc2144797 2019-10-07 Jozef Lawrynowicz jozef.l@mittosystems.com adds 85d1bbd4e45 [Darwin, machopic 0/n] Initial tidy of Mach-O symbol handling. adds 7a86dd5425d [Darwin, machopic 1/n] Consider visibility in indirections. adds 5e136518c67 2019-10-07 Jozef Lawrynowicz jozef.l@mittosystems.com adds 51c4c2fedb2 Revert: 2019-10-07 Jozef Lawrynowicz jozef.l@mittosystems.com adds c67d5b3141c 2019-10-07 Prathamesh Kulkarni <prathamesh.kulkarni@linar [...] adds 63f0cc9ca78 Daily bump. adds 36112481bc6 Make C2X imply -fno-fp-int-builtin-inexact. adds a810511fbd8 [AArch64] Limit simd-abi-9.c function body test to LP64 adds 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. adds fe073cb1542 * doc/avr-mmcu.texi: Re-generate because config/avr/avr-de [...] adds 5fc105387fd [PR92036] Add 'libgomp.oacc-c-c++-common/data-firstprivate-1.c' adds 9afd65f86a5 PR libstdc++/78552 only construct std::locale for C locale once adds 37f9f32f10f 2019-10-09 Richard Biener rguenther@suse.de adds 343de9f532b PR libstdc++/91057 set locale::id::_M_index atomically
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + MAINTAINERS | 1 + gcc/ChangeLog | 179 ++++- gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-opts.c | 6 + gcc/config.gcc | 11 +- gcc/config/avr/avr.md | 2 +- gcc/config/darwin.c | 146 ++-- gcc/config/darwin.h | 40 +- gcc/config/i386/darwin.h | 6 +- gcc/config/i386/i386-expand.c | 220 +++--- gcc/config/i386/i386-protos.h | 6 +- gcc/config/i386/i386.c | 2 +- gcc/config/msp430/msp430-protos.h | 1 + gcc/config/msp430/msp430.c | 37 +- gcc/config/msp430/msp430.md | 142 ++-- gcc/config/msp430/predicates.md | 10 +- gcc/config/rs6000/darwin.h | 3 + gcc/cp/ChangeLog | 5 + gcc/cp/call.c | 4 +- gcc/doc/avr-mmcu.texi | 2 +- gcc/doc/invoke.texi | 8 +- gcc/fortran/ChangeLog | 22 +- 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 | 67 ++ 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.dg/torture/builtin-fp-int-inexact-c2x.c | 7 + 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.dg/vect/vect-outer-call-1.c | 22 + .../gcc.target/aarch64/torture/simd-abi-9.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-if-conv.c | 24 +- gcc/tree-ssa-dse.c | 22 +- gcc/tree-ssa-dse.h | 36 + gcc/tree-ssa-strlen.c | 28 +- gcc/tree-vect-loop.c | 864 ++++++++------------- 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 | 24 + libgomp/target.c | 24 + libgomp/testsuite/libgomp.fortran/fortran.exp | 6 + libgomp/testsuite/libgomp.fortran/target-simd.f90 | 26 + .../data-firstprivate-1.c | 165 ++++ libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 6 + libstdc++-v3/ChangeLog | 26 + 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 +- libstdc++-v3/src/c++98/locale.cc | 72 +- libstdc++-v3/src/c++98/locale_init.cc | 3 +- 78 files changed, 1983 insertions(+), 1154 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/torture/builtin-fp-int-inexact-c2x.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/gcc.dg/vect/vect-outer-call-1.c create mode 100644 gcc/testsuite/gfortran.dg/pr91801.f90 create mode 100644 gcc/tree-ssa-dse.h create mode 100644 libgomp/testsuite/libgomp.fortran/target-simd.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/data-firstprivate-1.c