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-lts-defconfig in repository toolchain/ci/gcc.
from 1ed63fa27e1 Fix gcc.target/i386/minmax-4.c etc. on 32-bit Solaris/x86 adds 5e22ce63a2d PR middle-end/91490 - bogus argument missing terminating nu [...] adds 63813d10069 2019-08-22 Steven G. Kargl kargl@gcc.gnu.org adds 4bd51903bb2 PR c++/91304 - prefix attributes ignored in condition. * [...] adds 64e33171d24 Daily bump. adds 4ad5dc1e77b Clean up value-prof.c a bit. adds f3e79a18c7d [Arm] Add support for missing CPUs adds 7a61d82166a 2019-08-23 Jozef Lawrynowicz jozef.l@mittosystems.com adds 065d9414649 ABS Documentation fix adds 0dbfa16e5ce Intrinsic documentation layout changes. adds 5aa3a134817 Make -flto=jobserver parallel again. adds b22edc94cc9 PR middle-end/91283 * common.opt (fexcess-precision=): Ad [...] adds 05d17d91449 [PATCH, c-family] Fix a PCH thinko (and thus PR61250). adds 9f271cbd097 PDF Layout adds 5c3eb2c1a3c [ARM] Deprecate -mneon-for-64bits adds bd163362daa gcc/testsuite/ChangeLog: adds e0114034a82 gcc/testsuite/ChangeLog: adds 9af915ea67f * config/mips/mips.md (mips_get_fcsr, *mips_get_fcs [...] adds c6b8a8ec751 [C++ PATCH] vfunc overrider simplification adds 27a347d8378 * zh_CN.po: Update. new 49e26647783 Fix libstdc++ lstat missing return type for Windows target. new ab686415215 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD. * Makef [...]
The 2 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 + Makefile.in | 1 + Makefile.tpl | 1 + gcc/ChangeLog | 107 ++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 + gcc/ada/gcc-interface/misc.c | 4 +- gcc/brig/ChangeLog | 6 + gcc/brig/brig-lang.c | 4 +- gcc/builtins.c | 17 +- gcc/c-family/ChangeLog | 20 + gcc/c-family/c-common.c | 56 +- gcc/c-family/c-cppbuiltin.c | 2 +- gcc/c-family/c-lex.c | 7 - gcc/c-family/c-opts.c | 11 +- gcc/c/ChangeLog | 7 + gcc/c/c-parser.c | 2 + gcc/common.opt | 2 +- gcc/config/arm/arm-cpus.in | 31 ++ gcc/config/arm/arm-protos.h | 5 - gcc/config/arm/arm-tables.opt | 9 + gcc/config/arm/arm-tune.md | 5 +- gcc/config/arm/arm.c | 37 -- gcc/config/arm/arm.h | 7 - gcc/config/arm/arm.opt | 4 +- gcc/config/mips/mips.md | 4 +- gcc/cp/ChangeLog | 17 + gcc/cp/class.c | 35 +- gcc/cp/parser.c | 11 +- gcc/d/ChangeLog | 6 + gcc/d/d-lang.cc | 4 +- gcc/doc/invoke.texi | 12 +- gcc/expr.c | 64 ++- gcc/flags.h | 9 - gcc/fortran/ChangeLog | 30 + gcc/fortran/intrinsic.c | 10 +- gcc/fortran/intrinsic.texi | 803 ++++++++++++++++++--------- gcc/fortran/options.c | 4 +- gcc/ggc-page.c | 5 +- gcc/gimple-fold.c | 21 +- gcc/gimple-ssa-warn-restrict.c | 3 +- gcc/go/ChangeLog | 6 + gcc/go/go-lang.c | 4 +- gcc/langhooks.c | 2 +- gcc/lto-wrapper.c | 12 +- gcc/lto/ChangeLog | 6 + gcc/lto/lto-lang.c | 3 +- gcc/opts.c | 8 +- gcc/po/ChangeLog | 4 + gcc/po/zh_CN.po | 305 ++++------ gcc/profile.c | 14 +- gcc/testsuite/ChangeLog | 25 + gcc/testsuite/c-c++-common/Warray-bounds-7.c | 107 ++++ gcc/testsuite/g++.dg/cpp0x/gen-attrs-70.C | 13 + gcc/testsuite/gcc.dg/Warray-bounds-36.c | 6 +- gcc/testsuite/gcc.dg/Warray-bounds-39.c | 46 +- gcc/testsuite/gcc.dg/Warray-bounds-41.c | 3 +- gcc/testsuite/gcc.dg/pr78973-2.c | 2 +- gcc/testsuite/gcc.dg/pr78973.c | 2 +- gcc/testsuite/gcc.dg/strlenopt-78.c | 166 ++++++ gcc/testsuite/gcc.target/mips/get-fcsr-3.c | 9 + gcc/toplev.c | 16 - gcc/tree-profile.c | 36 +- gcc/tree.c | 17 +- gcc/tree.h | 3 +- gcc/value-prof.c | 36 +- gcc/value-prof.h | 18 +- libgcc/ChangeLog | 14 + libgcc/crtstuff.c | 33 +- libstdc++-v3/ChangeLog | 5 + libstdc++-v3/src/filesystem/ops-common.h | 2 +- 71 files changed, 1555 insertions(+), 764 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Warray-bounds-7.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-70.C create mode 100644 gcc/testsuite/gcc.dg/strlenopt-78.c create mode 100644 gcc/testsuite/gcc.target/mips/get-fcsr-3.c