This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd2d3822ca0 MSP430: Use enums to handle -mcpu= values new 285d81be972 libphobos: libdruntime doesn't support shadow stack (PR95680) new b75863a88ec MSP430: Fix detection of assembler support for .mspabi_attribute new 19b0fed7c2d PR tree-optimization/96967 - cast label range to type of sw [...] new 47997a32e63 analyzer: fix ICE on machine-specific builtins [PR96962] new af656c401e9 analyzer: fix ICE on RANGE_EXPR with CONSTRUCTOR value [PR96950] new 34d926dba09 analyzer: fix another ICE in constructor-handling [PR96949] new 87603e56561 floatformat.h: Add bfloat16 support. new 651c61c3cef libbacktrace: only match magic number at start of line new 488e33339e6 libbacktrace: correctly swap Mach-O 32-bit file offset new d6d9be7c6be openacc: Fix race condition in Fortran loop collapse tests new 3aee3aaf48b openacc: Fix mkoffload SGPR/VGPR count parsing for HSACO v3 new e929d65b48a amdgcn: Add waitcnt after LDS write instructions new 8183ebcdc1c openacc: Fix atomic_capture-2.c iteration-ordering issues
The 13 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/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/testsuite/gcc.dg/tree-ssa/pr96967.c | 36 +++++++++ gcc/testsuite/gfortran.dg/analyzer/pr96949.f90 | 20 +++++ gcc/tree-vrp.c | 2 + include/floatformat.h | 3 + libbacktrace/filetype.awk | 24 +++--- libbacktrace/macho.c | 41 +++++----- .../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/floatformat.c | 19 ++++- 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 + 27 files changed, 281 insertions(+), 146 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96967.c create mode 100644 gcc/testsuite/gfortran.dg/analyzer/pr96949.f90