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-allyesconfig in repository toolchain/ci/gcc.
from cd2d3822ca0 MSP430: Use enums to handle -mcpu= values adds 285d81be972 libphobos: libdruntime doesn't support shadow stack (PR95680) adds b75863a88ec MSP430: Fix detection of assembler support for .mspabi_attribute adds 19b0fed7c2d PR tree-optimization/96967 - cast label range to type of sw [...] adds 47997a32e63 analyzer: fix ICE on machine-specific builtins [PR96962] adds af656c401e9 analyzer: fix ICE on RANGE_EXPR with CONSTRUCTOR value [PR96950] adds 34d926dba09 analyzer: fix another ICE in constructor-handling [PR96949] adds 87603e56561 floatformat.h: Add bfloat16 support. adds 651c61c3cef libbacktrace: only match magic number at start of line adds 488e33339e6 libbacktrace: correctly swap Mach-O 32-bit file offset adds d6d9be7c6be openacc: Fix race condition in Fortran loop collapse tests adds 3aee3aaf48b openacc: Fix mkoffload SGPR/VGPR count parsing for HSACO v3 adds e929d65b48a amdgcn: Add waitcnt after LDS write instructions adds 8183ebcdc1c openacc: Fix atomic_capture-2.c iteration-ordering issues adds a8a7a97b4e6 libbacktrace: correct memory lengths in Mach-O dsym support adds 494c5103c9e libbacktrace: fix tipo in comment adds 31a05046247 Daily bump. adds 0755f573f08 libbacktrace: avoid ambiguous binary search adds 181f877b6c0 libbacktrace: fetch executable path on macOS adds f56f1a5a755 libbacktrace: don't strip leading underscore on 64-bit PE new 61c2d476a52 Fortran: Fixes for OpenMP loop-iter privatization (PRs 9510 [...]
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 | 39 +++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 21 +++ gcc/analyzer/region-model.cc | 2 +- gcc/analyzer/store.cc | 26 ++- gcc/config/gcn/gcn-valu.md | 2 +- gcc/config/gcn/gcn.md | 8 +- gcc/config/gcn/mkoffload.c | 40 +++-- gcc/config/msp430/msp430.c | 4 +- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/fortran/ChangeLog | 4 + gcc/fortran/openmp.c | 27 +--- gcc/fortran/resolve.c | 2 + gcc/fortran/trans-openmp.c | 8 +- gcc/testsuite/ChangeLog | 16 ++ gcc/testsuite/gcc.dg/tree-ssa/pr96967.c | 36 +++++ gcc/testsuite/gfortran.dg/analyzer/pr96949.f90 | 20 +++ gcc/testsuite/gfortran.dg/gomp/combined-if.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/openmp-simd-5.f90 | 24 +++ gcc/tree-vrp.c | 2 + include/ChangeLog | 5 + include/floatformat.h | 3 + libbacktrace/ChangeLog | 19 +++ libbacktrace/dwarf.c | 180 +++++++++++++++------ libbacktrace/fileline.c | 38 ++++- libbacktrace/filetype.awk | 24 +-- libbacktrace/macho.c | 44 ++--- libbacktrace/pecoff.c | 20 ++- libbacktrace/simple.c | 2 +- libgomp/ChangeLog | 10 ++ .../libgomp.oacc-c-c++-common/atomic_capture-2.c | 92 +++++------ .../testsuite/libgomp.oacc-fortran/collapse-1.f90 | 3 + .../testsuite/libgomp.oacc-fortran/collapse-2.f90 | 3 + libiberty/ChangeLog | 31 ++++ libiberty/floatformat.c | 19 ++- libphobos/ChangeLog | 14 ++ libphobos/Makefile.in | 3 + libphobos/configure | 13 +- libphobos/configure.ac | 3 + libphobos/libdruntime/Makefile.in | 4 + libphobos/libdruntime/config/x86/switchcontext.S | 12 +- libphobos/libdruntime/core/thread.d | 52 +++--- libphobos/libdruntime/gcc/config.d.in | 3 + libphobos/src/Makefile.in | 4 + libphobos/testsuite/Makefile.in | 4 + 46 files changed, 666 insertions(+), 228 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96967.c create mode 100644 gcc/testsuite/gfortran.dg/analyzer/pr96949.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/openmp-simd-5.f90