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-arm-stable-allyesconfig 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: new d47f46931d0 DR 685 - Integral promotion of enum ignores fixed underlyi [...] new 96a92a7e432 2019-10-08 Steven G. Kargl kargl@gcc.gnu.org new ea6e1dcb1af PR target/91994 * config/i386/i386.c (x86_avx_u128_mode_n [...]
The 3 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 | 135 ++++- gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-opts.c | 6 + gcc/config.gcc | 11 +- gcc/config/darwin.c | 54 +- gcc/config/darwin.h | 31 +- 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/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/testsuite/ChangeLog | 37 ++ gcc/testsuite/g++.dg/cpp0x/scoped_enum9.C | 11 + gcc/testsuite/gcc.dg/Wstringop-overflow-12.c | 2 +- .../gcc.dg/torture/builtin-fp-int-inexact-c2x.c | 7 + 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.target/aarch64/torture/simd-abi-9.c | 2 +- .../gfortran.dg/goacc/continuation-free-form.f95 | 4 +- gcc/testsuite/gfortran.dg/pr91801.f90 | 7 + gcc/tree-if-conv.c | 24 +- gcc/tree-ssa-dse.c | 22 +- gcc/tree-ssa-dse.h | 36 ++ gcc/tree-vect-loop.c | 591 +++++++++------------ 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 | 19 +- libgfortran/ChangeLog | 7 + libgfortran/runtime/minimal.c | 260 ++++++--- libgomp/ChangeLog | 4 + libgomp/testsuite/libgomp.fortran/target-simd.f90 | 26 + 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 +- 57 files changed, 1267 insertions(+), 820 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/scoped_enum9.C create mode 100644 gcc/testsuite/gcc.dg/torture/builtin-fp-int-inexact-c2x.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