This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from c30cd7e4ce6 * config/i386/i386.c (emit_i387_cw_initialization) <case [...] adds 56a42f7c438 compiler: generalize cleanup of unresolved placeholder [...] adds 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): [...] adds c7c0ef67526 2019-08-27 Harald Anlauf anlauf@gmx.de adds d77b9818960 * tree-ssa-strlen.c (printf_strlen_execute): Initialize t [...] adds 576fb235f4b PR tree-optimization/91567 - Spurious -Wformat-overflow war [...] adds 78b78354320 Daily bump. adds 4fd69db481b PR c++/91428 - warn about std::is_constant_evaluated in if [...] adds 648516e0fd3 PR c++/81676 - bogus -Wunused warnings in constexpr if. * [...] adds 8381af2a263 Remove code leftover that has never been used.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 66 +++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 5 - 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/cp/ChangeLog | 13 ++ gcc/cp/cp-tree.h | 1 + gcc/cp/semantics.c | 58 ++++++ gcc/cp/typeck.c | 2 +- gcc/fortran/ChangeLog | 36 ++++ gcc/fortran/array.c | 3 + gcc/fortran/decl.c | 55 ++++++ gcc/fortran/frontend-passes.c | 4 +- gcc/fortran/gfortran.h | 6 + gcc/fortran/gfortran.texi | 49 +++++ gcc/fortran/invoke.texi | 67 ++++--- gcc/fortran/lang.opt | 4 + gcc/fortran/match.h | 5 +- gcc/fortran/parse.c | 34 +++- gcc/fortran/trans-stmt.c | 27 +++ gcc/gimple-ssa-sprintf.c | 19 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 17 +- gcc/go/gofrontend/types.h | 2 +- gcc/testsuite/ChangeLog | 59 ++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if31.C | 79 ++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if32.C | 16 ++ .../g++.dg/cpp2a/is-constant-evaluated9.C | 49 +++++ gcc/testsuite/g++.dg/warn/sequence-pt-4.C | 21 +++ gcc/testsuite/gcc.c-torture/compile/20190827-1.c | 104 +++++++++++ gcc/testsuite/gcc.dg/strlenopt-8.c | 10 +- gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-6.c | 7 + .../gcc.dg/tree-ssa/builtin-sprintf-warn-22.c | 58 ++++++ 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/testsuite/gfortran.dg/used_before_typed_4.f90 | 2 +- gcc/tree-ssa-strlen.c | 16 +- gcc/tree-vrp.h | 2 +- gcc/vr-values.c | 7 +- 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 +++++--- 71 files changed, 1202 insertions(+), 188 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if31.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if32.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated9.C create mode 100644 gcc/testsuite/g++.dg/warn/sequence-pt-4.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/20190827-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-22.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91528.c create mode 100644 gcc/testsuite/gfortran.dg/pr91496.f90