This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from ab08859e37e coroutines: Small cleanups to await_statement_walker [NFC]. adds 371848a7ed3 cgraph: Do not warn about caller count mismatches of remove [...] adds acd7e7b33fd PowerPC: Fix rs6000-gen-builtins with build != host [PR102353] adds d7071e49822 [i386] Change ix86_decompose_address return type to bool. adds db1a65d9364 Fix PR 67102: Add libstdc++ dependancy to libffi adds cfea7b86f24 Fortran - fix handling of optional allocatable DT arguments [...] new 2e2e65a46d2 c++: constrained variable template issues [PR98486]
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: Makefile.def | 1 + Makefile.in | 1 + gcc/cgraph.c | 4 +- gcc/config/i386/i386-protos.h | 2 +- gcc/config/i386/i386.c | 48 +++++++++++------------ gcc/config/rs6000/t-rs6000 | 17 ++++---- gcc/cp/constraint.cc | 8 ++-- gcc/cp/decl.c | 11 ++++++ gcc/cp/pt.c | 3 +- gcc/fortran/trans-expr.c | 11 ++++++ gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1.C | 9 +++++ gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1a.C | 14 +++++++ gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1b.C | 15 +++++++ gcc/testsuite/gfortran.dg/intent_out_14.f90 | 24 ++++++++++++ 14 files changed, 127 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1b.C create mode 100644 gcc/testsuite/gfortran.dg/intent_out_14.f90