This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2 in repository toolchain/ci/gcc.
from 5c5c2d86e52 Fix 'dg-do run' syntax in 'c-c++-common/auto-init-padding-{2,3}.c' adds 79f488de303 middle-end/102273 - avoid ICE with auto-init and nested functions adds 7f8af6dc82a libstdc++: Use "test.invalid." for invalid hostname adds 4f0f696fea1 bpf: correct zero_extend output templates adds 5b2ab1d35e4 bpf: add -mcpu and related feature options adds ae1cce71fa6 bpf testsuite: add tests for new feature options adds fb88bf9931f doc: document BPF -mcpu and related options adds 01b50387180 Disable threading through latches until after loop optimizations. adds b7f84702b36 compiler: correct condition for calling memclrHasPointers adds 8122fbff770 openmp: Implement OpenMP 5.1 atomics, so far for C only adds f75e5242784 MAINTAINERS: Adding myself to to DCO and write after approval adds 57b7c432cce Revert "Get rid of all float-int special cases in validate_ [...] adds 332a9f7636c libgccjit: Generate debug info for variables adds a26206ec7b8 Daily bump. adds 3fca63b0b6f testsuite: Fix c-c++-common/auto-init-* tests adds 5485bbebb36 Refactor jump_thread_path_registry. adds 79513dc0b2d compiler: don't pad zero-sized trailing field in results struct adds d71126eeea5 Daily bump. adds b195fae7c11 Also preserve SUBREG_PROMOTED_VAR_P in expr.c's convert_move. adds 53a4def0dc1 d: Don't include terminating null pointer in string express [...] adds e1ab9289be4 Daily bump. adds 7f8ee895349 [i386] Remove UNSPEC_{COPYSIGN,XORSIGN}. adds b70e2541fec rs6000: Remove typedef for struct rs6000_cost_data adds fbeead55e03 rs6000: Add load density heuristic adds fc4a29c0781 libgfortran: Handle m68k extended real format in ISO_Fortra [...] new 2ebb6f6e516 Always default to DWARF2 debug for cygwin and mingw new 113ff252170 Default Alpha/VMS to DWARF2 debugging only new d399e43a91e Always default to DWARF2 debugging for RX, even with -mas10 [...] new 716e03f9f3d Default AVR to DWARF2 debug new a7348a1833d Add cr16-*-* to the list of obsoleted targets new 2071a0ed778 Fix i686-lynx build breakage new c86de344f81 Remove DARWIN_PREFER_DWARF and dead code
The 7 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 | 4 + MAINTAINERS | 2 + gcc/ChangeLog | 335 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 + gcc/c-family/c-common.h | 4 +- gcc/c-family/c-omp.c | 173 ++++++- gcc/c/ChangeLog | 13 + gcc/c/c-parser.c | 504 +++++++++++++++++++-- gcc/c/c-typeck.c | 7 + gcc/config.gcc | 1 + gcc/config/alpha/vms.h | 2 +- gcc/config/avr/elf.h | 3 - gcc/config/bpf/bpf-opts.h | 7 + gcc/config/bpf/bpf-protos.h | 1 + gcc/config/bpf/bpf.c | 41 ++ gcc/config/bpf/bpf.md | 58 +-- gcc/config/bpf/bpf.opt | 29 ++ gcc/config/darwin.h | 3 +- gcc/config/i386/cygming.h | 9 - gcc/config/i386/darwin.h | 11 - gcc/config/i386/i386.md | 2 - gcc/config/i386/lynx.h | 4 - gcc/config/rs6000/rs6000.c | 131 +++++- gcc/config/rx/rx.h | 8 +- gcc/cp/ChangeLog | 6 + gcc/cp/parser.c | 24 +- gcc/cp/semantics.c | 2 +- gcc/d/ChangeLog | 6 + gcc/d/d-builtins.cc | 2 +- gcc/doc/install.texi | 4 + gcc/doc/invoke.texi | 39 +- gcc/emit-rtl.c | 40 ++ gcc/expr.c | 19 + gcc/gimple-pretty-print.c | 4 + gcc/gimple-range-path.cc | 3 + gcc/gimple.h | 28 +- gcc/gimplify.c | 161 ++++++- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 2 +- gcc/go/gofrontend/types.cc | 3 +- gcc/go/gofrontend/types.h | 17 +- gcc/internal-fn.c | 22 +- gcc/jit/ChangeLog | 8 + gcc/jit/jit-playback.c | 70 ++- gcc/jit/jit-playback.h | 5 + gcc/omp-expand.c | 323 ++++++++++++- gcc/testsuite/ChangeLog | 162 +++++++ gcc/testsuite/c-c++-common/auto-init-1.c | 8 +- gcc/testsuite/c-c++-common/auto-init-2.c | 8 +- gcc/testsuite/c-c++-common/auto-init-3.c | 2 +- gcc/testsuite/c-c++-common/auto-init-4.c | 2 +- gcc/testsuite/c-c++-common/auto-init-5.c | 2 +- gcc/testsuite/c-c++-common/auto-init-6.c | 2 +- gcc/testsuite/c-c++-common/auto-init-padding-1.c | 4 +- gcc/testsuite/c-c++-common/goacc-gomp/atomic.c | 3 +- gcc/testsuite/c-c++-common/gomp/atomic-17.c | 10 + gcc/testsuite/c-c++-common/gomp/atomic-18.c | 24 +- gcc/testsuite/c-c++-common/gomp/atomic-21.c | 3 +- gcc/testsuite/c-c++-common/gomp/atomic-25.c | 50 ++ gcc/testsuite/c-c++-common/gomp/atomic-26.c | 63 +++ gcc/testsuite/c-c++-common/gomp/atomic-27.c | 41 ++ gcc/testsuite/c-c++-common/gomp/atomic-28.c | 43 ++ gcc/testsuite/c-c++-common/gomp/atomic-29.c | 43 ++ gcc/testsuite/c-c++-common/gomp/atomic-30.c | 137 ++++++ gcc/testsuite/g++.dg/gomp/atomic-18.C | 3 +- gcc/testsuite/gcc.dg/gomp/atomic-5.c | 2 +- gcc/testsuite/gcc.dg/pr102273.c | 11 + gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2b.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c | 37 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 17 +- gcc/testsuite/gcc.target/bpf/alu-1.c | 56 +++ gcc/testsuite/gcc.target/bpf/jmp-1.c | 57 +++ gcc/testsuite/gdc.dg/pr102185.d | 7 + gcc/testsuite/jit.dg/jit.exp | 28 ++ gcc/testsuite/jit.dg/test-debuginfo.c | 72 +++ gcc/testsuite/jit.dg/test-error-array-bounds.c | 2 +- gcc/tree-core.h | 13 +- gcc/tree-pass.h | 2 + gcc/tree-pretty-print.c | 22 +- gcc/tree-ssa-loop.c | 2 +- gcc/tree-ssa-threadbackward.c | 30 +- gcc/tree-ssa-threadedge.c | 2 +- gcc/tree-ssa-threadedge.h | 2 +- gcc/tree-ssa-threadupdate.c | 213 ++++----- gcc/tree-ssa-threadupdate.h | 60 ++- gcc/tree.h | 5 + libgfortran/ISO_Fortran_binding.h | 7 + libgomp/ChangeLog | 6 + libgomp/testsuite/libgomp.c-c++-common/atomic-19.c | 274 +++++++++++ libgomp/testsuite/libgomp.c-c++-common/atomic-20.c | 203 +++++++++ libgomp/testsuite/libgomp.c-c++-common/atomic-21.c | 49 ++ libstdc++-v3/ChangeLog | 5 + .../net/internet/resolver/ops/lookup.cc | 4 +- 94 files changed, 3512 insertions(+), 441 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-25.c create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-26.c create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-27.c create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-28.c create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-29.c create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-30.c create mode 100644 gcc/testsuite/gcc.dg/pr102273.c create mode 100644 gcc/testsuite/gcc.target/bpf/alu-1.c create mode 100644 gcc/testsuite/gcc.target/bpf/jmp-1.c create mode 100644 gcc/testsuite/gdc.dg/pr102185.d create mode 100644 gcc/testsuite/jit.dg/test-debuginfo.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/atomic-19.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/atomic-20.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/atomic-21.c