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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 279ed03cbc0 2019-08-26 Thomas Koenig tkoenig@gcc.gnu.org adds fad882bc019 Daily bump. adds 4f58ba39e3d Fix new clang warnings. adds fa66a3db1ec [arm/aarch64] Add comments warning that stack-protector ini [...] adds 31369380779 PR libgomp/91530 * testsuite/libgomp.c/scan-11.c: Add -ms [...] adds b334e215b16 PR testsuite/91549 adds 14a4f58b433 PR c++/91415 * c-common.c (verify_tree): For LSHIFT_EXPR, [...] adds 1521be593e2 2019-08-27 Richard Biener rguenther@suse.de adds dcaf4c7b4cb Share a prevailing name for remove debug info symbols w/ LTO. adds d5c8756595d libgo: rebuild runtime.inc if mkruntimeinc.sh changes adds 7f5d6faa9dd Options documentation fixes. adds fbefd259ce4 gcc/testsuite/ChangeLog: adds 90938a4b12d PR target/91528 * config/i386/i386-features.c (convert_sc [...] adds 38afbc1d01a * gcc.target/i386/sse4_1-round-roundeven-1.c (dg-options): [...] new c7c0ef67526 2019-08-27 Harald Anlauf anlauf@gmx.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: gcc/ChangeLog | 47 +++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 + gcc/c-family/c-common.c | 13 +- gcc/cgraph.c | 2 +- gcc/config/aarch64/aarch64.md | 4 +- gcc/config/arm/arm.md | 6 +- gcc/config/i386/i386-features.c | 202 +++++++++++++-------- gcc/config/i386/i386-features.h | 9 +- gcc/config/i386/x86-tune-costs.h | 48 +++++ gcc/fortran/ChangeLog | 27 +++ gcc/fortran/array.c | 3 + gcc/fortran/decl.c | 55 ++++++ gcc/fortran/gfortran.h | 6 + gcc/fortran/gfortran.texi | 49 +++++ gcc/fortran/invoke.texi | 53 +++--- gcc/fortran/match.h | 5 +- gcc/fortran/parse.c | 34 +++- gcc/fortran/trans-stmt.c | 27 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 32 ++++ gcc/testsuite/g++.dg/warn/sequence-pt-4.C | 21 +++ gcc/testsuite/gcc.dg/strlenopt-8.c | 10 +- gcc/testsuite/gcc.dg/wrapped-binop-simplify.c | 2 +- gcc/testsuite/gcc.target/i386/pr91528.c | 14 ++ .../gcc.target/i386/sse4_1-round-roundeven-1.c | 2 +- .../gcc.target/i386/sse4_1-round-roundeven-2.c | 2 +- gcc/testsuite/gfortran.dg/pr91496.f90 | 38 ++++ gcc/tree-vrp.h | 2 +- libgo/Makefile.am | 5 +- libgo/Makefile.in | 5 +- libgomp/ChangeLog | 24 +++ libgomp/testsuite/libgomp.c++/scan-10.C | 1 + libgomp/testsuite/libgomp.c++/scan-11.C | 1 + libgomp/testsuite/libgomp.c++/scan-12.C | 1 + libgomp/testsuite/libgomp.c++/scan-13.C | 3 +- libgomp/testsuite/libgomp.c++/scan-14.C | 1 + libgomp/testsuite/libgomp.c++/scan-15.C | 1 + libgomp/testsuite/libgomp.c++/scan-16.C | 3 +- libgomp/testsuite/libgomp.c++/scan-9.C | 1 + libgomp/testsuite/libgomp.c/scan-11.c | 1 + libgomp/testsuite/libgomp.c/scan-12.c | 1 + libgomp/testsuite/libgomp.c/scan-13.c | 1 + libgomp/testsuite/libgomp.c/scan-14.c | 1 + libgomp/testsuite/libgomp.c/scan-15.c | 1 + libgomp/testsuite/libgomp.c/scan-16.c | 1 + libgomp/testsuite/libgomp.c/scan-17.c | 1 + libgomp/testsuite/libgomp.c/scan-18.c | 1 + libgomp/testsuite/libgomp.c/scan-19.c | 1 + libgomp/testsuite/libgomp.c/scan-20.c | 1 + libiberty/ChangeLog | 7 + libiberty/simple-object-elf.c | 71 +++++--- 52 files changed, 703 insertions(+), 155 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/sequence-pt-4.C create mode 100644 gcc/testsuite/gcc.target/i386/pr91528.c create mode 100644 gcc/testsuite/gfortran.dg/pr91496.f90