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-arm-next-allyesconfig in repository toolchain/ci/gcc.
from 617caf75f69 Daily bump. adds b90c8de5d62 Daily bump. adds 3bc79d7b5d2 Fortran: Fix ICE after error regression [PR99060]. adds 9d3b9a3e70e Fortran: Fix calls to associate name typebound subroutines [...] adds 15278fb2877 Fix -freorder-blocks-and-partition glitch with Windows SEH adds 60dbb46b5b3 c++: Endless loop with targ deduction in member tmpl [PR95888] adds e3f74f955aa Daily bump. adds 031e9720746 c++: generic lambda, fn* conv, empty class [PR98326] adds 86d8ecf28e6 c++: consteval and explicit instantiation [PR96905] adds f248468b309 Fortran: Fix rank of assumed-rank array [PR99043] adds d5021162cf3 libgfortran: Fix PR95647 by changing the interfaces of oper [...] adds 757deaa9371 Daily bump. adds c0398de5c38 Daily bump. adds 92233fdd8d4 Daily bump. adds 745cd698dee Fix cast in df_worklist_dataflow_doublequeue adds 31f1ee9fddc Daily bump. adds 36ffa15da51 Daily bump. new d7fa3fa5796 c++: Revert EXPR_LOCATION change to build_aggr_init_expr [PR96997]
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 | 10 +++++ gcc/DATESTAMP | 2 +- gcc/config/i386/winnt.c | 4 ++ gcc/cp/ChangeLog | 21 ++++++++++ gcc/cp/cp-gimplify.c | 12 ++++++ gcc/cp/pt.c | 17 +++++++- gcc/cp/tree.c | 3 -- gcc/df-core.c | 2 +- gcc/fortran/ChangeLog | 28 +++++++++++++ gcc/fortran/match.c | 14 +++++-- gcc/fortran/primary.c | 12 ++++-- gcc/fortran/trans-expr.c | 5 ++- gcc/testsuite/ChangeLog | 48 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-nsdmi7b.C | 4 +- gcc/testsuite/g++.dg/cpp1y/lambda-generic-empty1.C | 9 ++++ gcc/testsuite/g++.dg/cpp2a/consteval-expinst1.C | 20 +++++++++ gcc/testsuite/g++.dg/template/deduce10.C | 23 +++++++++++ gcc/testsuite/g++.dg/template/deduce9.C | 23 +++++++++++ gcc/testsuite/gfortran.dg/assumed_rank_20.f90 | 36 ++++++++++++++++ gcc/testsuite/gfortran.dg/ieee/ieee_12.f90 | 24 +++++++++++ gcc/testsuite/gfortran.dg/pr99060.f90 | 10 +++++ gcc/testsuite/gfortran.dg/typebound_call_32.f90 | 39 ++++++++++++++++++ libgfortran/ChangeLog | 6 +++ libgfortran/ieee/ieee_arithmetic.F90 | 9 ++-- 24 files changed, 359 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-empty1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-expinst1.C create mode 100644 gcc/testsuite/g++.dg/template/deduce10.C create mode 100644 gcc/testsuite/g++.dg/template/deduce9.C create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_20.f90 create mode 100644 gcc/testsuite/gfortran.dg/ieee/ieee_12.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr99060.f90 create mode 100644 gcc/testsuite/gfortran.dg/typebound_call_32.f90