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 2320efbd975 2019-07-21 Thomas König tkoenig@gcc.gnu.org adds 5e999c7ebf3 [PPC] Fix bootstrap for non-SVR4 targets. adds f59ea3f386e or1k: Fix code quality for volatile memory loads adds 24bc7cd31b7 or1k: Fix issues with msoft-div adds 64ee4f6957b or1k: Add mrori option, fix option docs adds 34f4be08f5b or1k: Initial support for FPU adds 9b5e6ef5b2d or1k: only force reg for immediates adds f47e160a90a PR c++/67853 * g++.dg/cpp0x/decltype72.C: New test. adds d040eeb15c2 Daily bump. adds 0c266f91829 [ARC] Fix emitting TLS symbols. adds 2a245bc81b9 Make a warning for -Werror=wrong-language (PR driver/91172). adds 88a706575b5 Simplify LTO section format. adds 667ffde71d6 Do not emit __gnu_lto_v1 symbol. adds 68e87e75dc4 x86/AVX512: improve generated code for bit-wise negation of [...] new e479e8cdd2c 2019-07-22 Richard Biener rguenther@suse.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 | 100 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 2 + gcc/config/arc/arc.c | 2 +- gcc/config/avr/avr.c | 2 +- gcc/config/i386/sse.md | 22 ++++- gcc/config/or1k/constraints.md | 4 + gcc/config/or1k/elf.opt | 6 +- gcc/config/or1k/or1k.c | 50 ++++++++++-- gcc/config/or1k/or1k.h | 3 + gcc/config/or1k/or1k.md | 131 +++++++++++++++++++++++++++--- gcc/config/or1k/or1k.opt | 78 ++++++++++++------ gcc/config/or1k/predicates.md | 30 +++++++ gcc/config/rs6000/rs6000-call.c | 4 + gcc/config/rs6000/rs6000.c | 4 - gcc/doc/invoke.texi | 77 ++++++++++++------ gcc/lto-section-in.c | 3 +- gcc/lto-streamer-out.c | 3 +- gcc/lto-streamer.h | 19 ++++- gcc/opts-common.c | 20 ++++- gcc/opts-global.c | 6 +- gcc/testsuite/ChangeLog | 37 +++++++++ gcc/testsuite/g++.dg/cpp0x/decltype72.C | 19 +++++ gcc/testsuite/g++.dg/pr91221.C | 13 +++ gcc/testsuite/gcc.dg/pr91172.c | 3 + gcc/testsuite/gcc.target/arc/tls-2.c | 14 ++++ gcc/testsuite/gcc.target/arc/tls-3.c | 19 +++++ gcc/testsuite/gcc.target/or1k/shftimm-1.c | 8 +- gcc/toplev.c | 21 ----- gcc/tree-ssa-sccvn.c | 6 +- libgcc/ChangeLog | 13 +++ libgcc/config/or1k/lib1funcs.S | 6 +- libgcc/config/pa/stublib.c | 4 - libgcc/config/pa/t-stublib | 6 +- libiberty/ChangeLog | 5 ++ libiberty/simple-object-elf.c | 23 ++---- 36 files changed, 627 insertions(+), 138 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype72.C create mode 100644 gcc/testsuite/g++.dg/pr91221.C create mode 100644 gcc/testsuite/gcc.dg/pr91172.c create mode 100644 gcc/testsuite/gcc.target/arc/tls-2.c create mode 100644 gcc/testsuite/gcc.target/arc/tls-3.c