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 081b3517b4d aix: Fix _STDC_FORMAT_MACROS in inttypes.h [PR97044] adds 3991912e260 Fix handling of clobbers in ipa-modref.c adds e6923541fae libstdc++: Use __libc_single_threaded to optimise atomics [ [...] adds 91dd4a38641 Daily bump. adds 683e55facfd IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR adds e5a76af3a2f Fortran : ICE in build_field PR95614 new 3c11f25fb8b aix: Use $(AR) without -X32_64 to build FAT libraries.
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: fixincludes/ChangeLog | 7 +++ gcc/ChangeLog | 62 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 10 ++++ gcc/fortran/decl.c | 4 +- gcc/fortran/match.c | 5 +- gcc/fortran/match.h | 6 +-- gcc/fortran/resolve.c | 7 +++ gcc/gimple-isel.cc | 75 +++++++++++++++++++++++++++++- gcc/internal-fn.c | 41 ++++++++++++++++ gcc/internal-fn.def | 2 + gcc/ipa-modref.c | 11 +++-- gcc/ipa-pure-const.c | 2 + gcc/optabs.c | 21 +++++++++ gcc/optabs.h | 4 ++ gcc/testsuite/ChangeLog | 35 ++++++++++++++ gcc/testsuite/gfortran.dg/pr95614_1.f90 | 6 +++ gcc/testsuite/gfortran.dg/pr95614_2.f90 | 6 +++ libatomic/config/t-aix | 5 +- libcpp/ChangeLog | 6 +++ libgcc/config/rs6000/t-slibgcc-aix | 21 +++++---- libgfortran/config/t-aix | 9 ++-- libgomp/config/t-aix | 5 +- libstdc++-v3/ChangeLog | 10 ++++ libstdc++-v3/config/os/aix/t-aix | 12 ++--- libstdc++-v3/include/ext/atomicity.h | 35 +++++++++----- libstdc++-v3/libsupc++/guard.cc | 47 ++++++++++++++++--- libstdc++-v3/testsuite/18_support/96817.cc | 39 ++++++++++++++++ 28 files changed, 437 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr95614_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95614_2.f90 create mode 100644 libstdc++-v3/testsuite/18_support/96817.cc