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-allyesconfig in repository toolchain/ci/gcc.
from 6fa4bc48bd6 Daily bump. adds fed76afb95a x32: Update baseline_symbols.txt adds 69a9b14b964 [Darwin, libsanitizer] Default to no sanitizer for Darwin <= 10 adds 63cc547f6d8 Darwin, libsanitizer: Adjust minimum supported Darwin versi [...] adds 7067f8c8140 Patch for PR92959 adds 12caab4fb19 ChangeLogs for PR92959 adds 957a1b14e99 Patch and ChangeLogs for PR92976 adds 26e78220c71 coroutines: Test that we correctly use class data members. adds 03a71208880 Fix test for pr88233. adds 151bf47e78f Fix test for pr68805. new 750d061df09 Daily bump. new 1e9369c5dcf PR middle-end/93829 - bogus -Wstringop-overflow on memcpy o [...]
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 | 6 +++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 14 +++++ gcc/fortran/match.c | 10 +++- gcc/fortran/trans-intrinsic.c | 21 ++++---- gcc/testsuite/ChangeLog | 28 ++++++++++ .../coroutines/torture/class-07-data-member.C | 61 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wstringop-overflow-32.c | 51 ++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr68805.c | 5 +- gcc/testsuite/gcc.target/powerpc/pr88233.c | 7 +-- gcc/testsuite/gfortran.dg/associated_8.f90 | 37 +++++++++++++ gcc/testsuite/gfortran.dg/select_type_48.f90 | 31 +++++++++++ gcc/tree-ssa-strlen.c | 28 ++++++---- libsanitizer/ChangeLog | 6 +++ libsanitizer/configure.tgt | 2 +- libstdc++-v3/ChangeLog | 4 ++ .../post/x86_64-linux-gnu/x32/baseline_symbols.txt | 7 +++ 17 files changed, 288 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/class-07-data-member.C create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-32.c create mode 100644 gcc/testsuite/gfortran.dg/associated_8.f90 create mode 100644 gcc/testsuite/gfortran.dg/select_type_48.f90