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-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 83aa5aa313a Daily bump. adds 6e00d8dcf32 Daily bump. adds b809f0b6580 Set proper DECL_ALIGN in offload_handle_link_vars (PR94233) adds 2fa4b1ffd6e Save ref->speculative_id before clone_reference. adds 263ee1260bc tree-optimization/94266 - aovid propagating addresses of TA [...] adds 7a2090b04e5 ipa/94245 - avoid folding when we want an ADDR_EXPR adds 26b3e568a60 [PR94044] Fix ICE with sizeof<argumentpack> adds a3586eeb884 AMDGCN offloading – use amdgcn-amdhsa new ce6413087de lto/lto.c – used $ or . in generated linkptr name new 4897bb0045d libgomp – fix declare target link handling (PR94251) new b0d84ecc55f fortran: ICE in gfc_match_assignment PR93600
The 3 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 | 26 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 ++++++ gcc/cp/tree.c | 6 +++++- gcc/doc/install.texi | 16 ++++++++-------- gcc/fortran/ChangeLog | 17 +++++++++++++++++ gcc/fortran/expr.c | 34 +++++++++++++++++++++++++-------- gcc/fortran/match.c | 8 ++++++++ gcc/fortran/resolve.c | 2 +- gcc/ipa-prop.c | 2 +- gcc/lto/ChangeLog | 11 +++++++++++ gcc/lto/lto.c | 12 +++--------- gcc/symtab.c | 9 ++++++--- gcc/testsuite/ChangeLog | 13 +++++++++++++ gcc/testsuite/gfortran.dg/pr93365.f90 | 15 +++++++++++++++ gcc/testsuite/gfortran.dg/pr93600_1.f90 | 9 +++++++++ gcc/testsuite/gfortran.dg/pr93600_2.f90 | 10 ++++++++++ gcc/testsuite/lib/target-supports.exp | 2 +- gcc/tree-ssa-forwprop.c | 1 + libgomp/ChangeLog | 6 ++++++ libgomp/target.c | 5 +++-- 21 files changed, 177 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr93365.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93600_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93600_2.f90