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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 683e55facfd IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR adds e5a76af3a2f Fortran : ICE in build_field PR95614 adds 3c11f25fb8b aix: Use $(AR) without -X32_64 to build FAT libraries. adds a4b31d5807f optabs: Don't reuse target for multi-word expansions if it [...] adds e24817aa7a1 Fix handling of stores in modref_summary::useful_p adds 4383c595ce5 Daily bump. adds dabef758bfe Revert recent changes to lower_try_finally_dup_block adds 88795e14ae7 Fix bogus alignment warning on address clause adds cc997e0cc4f Add missing end location information new 53673d763f9 Revert "Fortran : ICE in build_field PR95614"
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 | 24 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/decl.c | 28 +++++++++++++++++++-------- gcc/ada/gcc-interface/trans.c | 11 +++++------ gcc/fortran/ChangeLog | 17 ++++++++++++++++ gcc/ipa-modref.c | 2 +- gcc/optabs.c | 14 +++++++++++++- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr97073.c | 21 ++++++++++++++++++++ gcc/testsuite/gnat.dg/addr16.adb | 14 ++++++++++++++ gcc/testsuite/gnat.dg/addr16_pkg.ads | 9 +++++++++ gcc/tree-eh.c | 12 ++---------- libatomic/ChangeLog | 4 ++++ libatomic/config/t-aix | 5 +++-- libgcc/ChangeLog | 4 ++++ libgcc/config/rs6000/t-slibgcc-aix | 21 ++++++++++---------- libgfortran/ChangeLog | 4 ++++ libgfortran/config/t-aix | 9 +++++---- libgomp/ChangeLog | 4 ++++ libgomp/config/t-aix | 5 +++-- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/config/os/aix/t-aix | 12 ++++++------ 22 files changed, 187 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97073.c create mode 100644 gcc/testsuite/gnat.dg/addr16.adb create mode 100644 gcc/testsuite/gnat.dg/addr16_pkg.ads