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-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 84e9fc470f5 Darwin, testsuite : Update pubtypes tests. adds 7f87e446691 MSP430: Don't override default ISA when MCU name is unrecognized adds 016b1900364 doc: Update documentation on MODE_PARTIAL_INT subregs adds e147bb0faad vec: Revert "dead code removal in tree-vect-loop.c" and add [...] adds 00ffe730072 libstdc++: Simplify constraints for semiregular-box [LWG 3477] adds ec5096f48bb libstdc++: Simplify chrono::duration::_S_gcd adds 6001db79c47 lra: Avoid cycling on certain subreg reloads [PR96796] adds 9164caf25cb PR fortran/96711 - ICE with NINT() for integer(16) result adds a995c40d03e Daily bump. adds fff56ce4384 ubsan: d-demangle.c:214 signed integer overflow adds 213200a27d7 Fix description of FINDLOC result. adds 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]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 109 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/region-model.cc | 2 +- gcc/analyzer/store.cc | 26 +++-- gcc/common/config/msp430/msp430-common.c | 26 +---- gcc/config/msp430/msp430-opts.h | 12 +++ gcc/config/msp430/msp430.c | 36 +++---- gcc/config/msp430/msp430.opt | 23 ++++- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/doc/rtl.texi | 30 +++--- gcc/fortran/ChangeLog | 21 ++++ gcc/fortran/intrinsic.texi | 3 +- gcc/fortran/trans-intrinsic.c | 17 +++- gcc/lra-constraints.c | 54 ++++++++-- gcc/testsuite/ChangeLog | 50 ++++++++++ gcc/testsuite/gcc.c-torture/compile/pr96796.c | 55 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr96967.c | 36 +++++++ gcc/testsuite/gcc.target/msp430/430x-default-isa.c | 10 ++ gcc/testsuite/gcc.target/msp430/mcpu-is-430.c | 10 ++ gcc/testsuite/gcc.target/msp430/mcpu-is-430x.c | 12 +++ gcc/testsuite/gcc.target/msp430/mcpu-is-430xv2.c | 13 +++ gcc/testsuite/gfortran.dg/analyzer/pr96949.f90 | 20 ++++ gcc/testsuite/gfortran.dg/pr96711.f90 | 28 ++++++ gcc/tree-vect-loop.c | 17 +++- gcc/tree-vrp.c | 2 + libatomic/ChangeLog | 4 + libcpp/ChangeLog | 5 + libiberty/d-demangle.c | 106 +++++++++++--------- libiberty/testsuite/d-demangle-expected | 8 ++ 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 + libstdc++-v3/ChangeLog | 9 ++ libstdc++-v3/include/std/chrono | 7 +- libstdc++-v3/include/std/ranges | 6 +- 42 files changed, 690 insertions(+), 171 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr96796.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96967.c create mode 100644 gcc/testsuite/gcc.target/msp430/430x-default-isa.c create mode 100644 gcc/testsuite/gcc.target/msp430/mcpu-is-430.c create mode 100644 gcc/testsuite/gcc.target/msp430/mcpu-is-430x.c create mode 100644 gcc/testsuite/gcc.target/msp430/mcpu-is-430xv2.c create mode 100644 gcc/testsuite/gfortran.dg/analyzer/pr96949.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr96711.f90