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-release-aarch64-mainline-allmodconfig in repository toolchain/ci/gcc.
from fc46d988ab1 Fix failures with -m32 and some memory leaks. adds 316aa7ad19c This patch fixes PR96325. See the explanatory comment in th [...] adds b2b53f0afce Change testcase for pr96325 from run to compile. adds ca232c1a41f Update cpplib es.po. adds 19eb1973321 PR fortran/78746 - invalid access after error recovery adds e8f4f6622c4 Daily bump. new 517fb88b8a9 libstdc++, coroutine: Add missing constexpr markers. new 0d3674a7879 coroutines, testsuite: Fix co-ret-17-void-ret-coro.C. new f8214d5381c testsuite, coroutines : Fix a bad testcase [PR96504].
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: contrib/ChangeLog | 8 ++ gcc/ChangeLog | 15 ++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 80 +++++++++++++++++++ gcc/fortran/primary.c | 13 +++- gcc/fortran/resolve.c | 2 +- gcc/testsuite/ChangeLog | 29 +++++++ .../coroutines/torture/co-ret-17-void-ret-coro.C | 12 ++- .../g++.dg/coroutines/torture/pr95519-05-gro.C | 2 +- gcc/testsuite/gfortran.dg/pr91589.f90 | 2 +- gcc/testsuite/gfortran.dg/pr96325.f90 | 21 +++++ libcpp/po/ChangeLog | 4 + libcpp/po/es.po | 89 ++++++++++------------ libstdc++-v3/include/std/coroutine | 12 +-- 14 files changed, 223 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr96325.f90