This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64 in repository toolchain/ci/gcc.
from 518697a54eb Daily bump. adds f0343391816 Strengthen memory order for atomic<T>::wait/notify adds dcf567ab9de Daily bump. adds 8799006ab88 fold-const: do not fold NaN result from non-NaN operands [PR95115] adds f9b49f9da22 IBM Z: fix `section type conflict` with -mindirect-branch-table adds fb812e0417a lto: fix error handling for -Wl,-plugin-opt=debug adds 3cb53c10831 powerpc: Fix asm machine directive for some CPUs adds f4aa5a3e95b Fortran: error recovery when simplifying EOSHIFT adds 54b825cfb6e Daily bump. new 731f4bf14fc i386: Do not use %ecx DRAP for functions that use __builtin [...] new fcea38e56c8 Daily bump.
The 2 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 | 29 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 3 ++- gcc/config/rs6000/rs6000.c | 28 +++++++++++++++++++++ gcc/config/s390/s390.c | 1 - gcc/fold-const.c | 11 ++++++++ gcc/fortran/ChangeLog | 9 +++++++ gcc/fortran/simplify.c | 3 +++ gcc/lto/ChangeLog | 11 ++++++++ gcc/lto/lto-common.c | 13 +++++----- gcc/lto/lto-object.c | 8 ++---- gcc/testsuite/ChangeLog | 27 ++++++++++++++++++++ gcc/testsuite/gcc.dg/pr95115.c | 25 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104362.c | 24 ++++++++++++++++++ .../gcc.target/s390/nobp-section-type-conflict.c | 22 ++++++++++++++++ gcc/testsuite/gfortran.dg/eoshift_9.f90 | 8 ++++++ libstdc++-v3/ChangeLog | 9 +++++++ libstdc++-v3/include/bits/atomic_wait.h | 12 ++++----- 18 files changed, 224 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95115.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104362.c create mode 100644 gcc/testsuite/gcc.target/s390/nobp-section-type-conflict.c create mode 100644 gcc/testsuite/gfortran.dg/eoshift_9.f90