This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/gcc.
from 14886cbe300 c++: Incorrect module-number ordering [PR 98741] adds 50352c6cd2d Daily bump. adds a974b8a592e IBM Z: Improve FPRX2 <-> TF conversions adds b6e446cb581 IBM Z: Fix long double <-> DFP conversions adds 93e8054406e testsuite: skip attr-retain-?.c on AIX adds 470beb9219a libiberty: autogenerate aclocal.m4 adds b2a55cafa84 Daily bump. adds 3cc5f8620d3 Revert: "i386: Remove REG_ALLOC_ORDER definition" new 2df374b337a PR fortran/99169 - Do not clobber allocatable intent(out) d [...]
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 | 61 +++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/config/i386/i386.h | 16 ++ gcc/config/s390/vector.md | 108 ++++++++++- gcc/cp/ChangeLog | 32 ++++ gcc/fortran/ChangeLog | 28 +++ gcc/fortran/trans-expr.c | 1 + gcc/jit/ChangeLog | 14 ++ gcc/po/ChangeLog | 10 ++ gcc/testsuite/ChangeLog | 93 ++++++++++ gcc/testsuite/c-c++-common/attr-retain-5.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-6.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-7.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-8.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-9.c | 2 +- .../s390/vector/long-double-from-decimal128.c | 20 +++ .../s390/vector/long-double-from-decimal32.c | 20 +++ .../s390/vector/long-double-from-decimal64.c | 20 +++ .../s390/vector/long-double-to-decimal128.c | 19 ++ .../s390/vector/long-double-to-decimal32.c | 19 ++ .../s390/vector/long-double-to-decimal64.c | 19 ++ gcc/testsuite/gfortran.dg/intent_optimize_3.f90 | 16 ++ libcpp/po/ChangeLog | 6 + libiberty/ChangeLog | 15 ++ libiberty/Makefile.in | 12 +- libiberty/{aclocal.m4 => acinclude.m4} | 38 ++-- libiberty/aclocal.m4 | 198 +++------------------ libiberty/configure | 3 - libstdc++-v3/ChangeLog | 5 + 30 files changed, 580 insertions(+), 209 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-from-decimal128.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-from-decimal32.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-from-decimal64.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-to-decimal128.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-to-decimal32.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-to-decimal64.c create mode 100644 gcc/testsuite/gfortran.dg/intent_optimize_3.f90 copy libiberty/{aclocal.m4 => acinclude.m4} (82%)