This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 7987beec679 Fortran: Fix for class defined operators [PR99125]. adds 77643ac4bbd PR tree-optimization/99489 - ICE calling strncat after strcat adds 5e93c2f08f3 Daily bump. adds 553488851dd i386: Some more -mavx512vl -mno-avx512bw fixes [PR99321] adds c2d7c39fcb8 PR fortran/99112 - ICE with runtime diagnostics for SIZE in [...] adds 9844eeff5ab Daily bump. adds 52b67943d1d testsuite: fix typo in testcase pr99492.c new b516a153715 Fix -Wstring-concatenation warning. new f20fe2cb213 OpenMP: Fix 'omp declare target' handling for vars [PR99509] new 21ced2776a1 Fortran: Fix problem with allocate initialization [PR99545]. new 52654036a54 Handle EXEC_IOLENGTH in doloop_contained_procedure_code. new 5b32a1817d9 znver3 tuning part 1
The 5 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: ChangeLog | 9 ++ gcc/ChangeLog | 24 ++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 2 +- gcc/c/c-decl.c | 22 +++- gcc/config/i386/i386-options.c | 2 +- gcc/config/i386/sse.md | 58 ++++----- gcc/config/i386/x86-tune-costs.h | 134 +++++++++++++++++++++ gcc/cp/decl.c | 21 +++- gcc/fortran/ChangeLog | 17 +++ gcc/fortran/frontend-passes.c | 7 ++ gcc/fortran/trans-expr.c | 14 ++- gcc/fortran/trans-intrinsic.c | 28 +++-- gcc/fortran/trans-stmt.c | 2 +- gcc/spellcheck.c | 2 +- gcc/testsuite/ChangeLog | 20 +++ gcc/testsuite/gcc.dg/Wstringop-truncation-9.c | 41 +++++++ gcc/testsuite/gcc.target/powerpc/pr99492.c | 6 +- gcc/testsuite/gfortran.dg/do_check_16.f90 | 13 ++ gcc/testsuite/gfortran.dg/do_check_17.f90 | 16 +++ gcc/testsuite/gfortran.dg/pr99112.f90 | 27 +++++ gcc/testsuite/gfortran.dg/pr99545.f90 | 40 ++++++ .../libgomp.c-c++-common/declare_target-1.c | 22 ++++ 23 files changed, 471 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-truncation-9.c create mode 100644 gcc/testsuite/gfortran.dg/do_check_16.f90 create mode 100644 gcc/testsuite/gfortran.dg/do_check_17.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr99112.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90 create mode 100644 libgomp/testsuite/libgomp.c-c++-common/declare_target-1.c