This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from ac35c090821 Daily bump. adds 4965be0b338 Accept absolute address clause for array of UNC nominal subtype adds b4407150893 Minor tweak to line debug info adds fe47e816392 Fix small inconsistency in new predicate adds f2d9f95e9cc Add preliminary support for 128-bit integer types adds 49482217e0a Add new shrpsi instruction variands to gcc/config/pa/pa.md. adds e4011c13c1f d: Build TYPE_DECLs for non-numeric enum types. adds 707e9159ed2 d: Return promoted types in d_type_promotes_to when linkage [...] adds 5de41c88620 Daily bump. adds 2fd157813c4 Improve costs for DImode shifts of interger constants. new 919858077f4 Daily bump. new 4ac7b669580 [libgomp, nvptx] Add __sync_compare_and_swap_16 new ba948b37768 options: Save and restore opts_set for Optimization and Tar [...] new 02321f62f8d libgccjit: Regenerate documentation for new entry point. new d106029c2aa arm: Fix up gcc.target/arm/lto/pr96939_* FAIL
The 5 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 | 18 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 31 + gcc/ada/fe.h | 1 + gcc/ada/gcc-interface/decl.c | 15 +- gcc/ada/gcc-interface/gigi.h | 5 + gcc/ada/gcc-interface/targtyps.c | 10 + gcc/ada/gcc-interface/trans.c | 39 +- gcc/ada/gcc-interface/utils.c | 2 +- gcc/c-family/c-attribs.c | 9 +- gcc/c-family/c-pragma.c | 13 +- gcc/config/aarch64/aarch64-c.c | 4 +- gcc/config/aarch64/aarch64.c | 36 +- gcc/config/arm/arm-c.c | 4 +- gcc/config/arm/arm.c | 51 +- gcc/config/arm/arm.opt | 15 +- gcc/config/csky/csky.c | 4 +- gcc/config/gcn/gcn.c | 10 +- gcc/config/i386/i386-builtins.c | 6 +- gcc/config/i386/i386-c.c | 7 +- gcc/config/i386/i386-options.c | 30 +- gcc/config/i386/i386-options.h | 4 +- gcc/config/nios2/nios2.c | 27 +- gcc/config/pa/pa.c | 33 +- gcc/config/pa/pa.md | 140 ++- gcc/config/pru/pru.c | 6 +- gcc/config/rs6000/rs6000.c | 36 +- gcc/config/s390/s390-c.c | 7 +- gcc/config/s390/s390.c | 26 +- gcc/d/ChangeLog | 20 + gcc/d/d-builtins.cc | 8 + gcc/d/d-codegen.cc | 1 + gcc/d/d-lang.cc | 58 +- gcc/d/decl.cc | 22 +- gcc/d/intrinsics.cc | 2 +- gcc/d/types.cc | 5 +- gcc/doc/tm.texi | 4 +- gcc/function.c | 3 +- gcc/go/go-gcc.cc | 8 +- gcc/ipa-inline-transform.c | 10 +- gcc/jit/docs/_build/texinfo/libgccjit.texi | 1080 ++++++++++---------- gcc/opt-read.awk | 1 + gcc/optc-save-gen.awk | 370 ++++++- gcc/opth-gen.awk | 19 +- gcc/target-globals.c | 4 +- gcc/target.def | 6 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gdc.dg/pr97002.d | 55 + gcc/toplev.c | 7 +- gcc/tree-streamer-in.c | 9 +- gcc/tree.c | 14 +- gcc/tree.h | 12 +- libgomp/config/nvptx/atomic.c | 18 + .../testsuite/libgomp.c-c++-common/reduction-16.c | 1 + 54 files changed, 1578 insertions(+), 755 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/pr97002.d create mode 100644 libgomp/config/nvptx/atomic.c