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 228d64af4e2 Adjust 'gfortran.dg/goacc/privatization-1-*' [PR103576, PR103697] adds e163dbbc443 c: Fix ICE on deferred pragma in unknown attribute argument [...] adds dff8ae8e839 Drop the fpic multilib for powerpc*-vxworks* adds c5ef950d0bb c++: remove COMPOUND_EXPR_OVERLOADED flag adds 336dc544ebc c++: don't leak 'arglist' in build_new_op adds d8eae5abf3d Remove fpic multilib on x86_64-vxworks new 561414cdf8e c++: processing_template_decl vs template depth [PR103408]
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/c/c-parser.c | 5 +++ gcc/config/i386/t-vxworks | 7 ----- gcc/config/rs6000/t-vxworks | 6 ++-- gcc/cp/call.c | 6 ++-- gcc/cp/constraint.cc | 16 ---------- gcc/cp/cp-tree.h | 10 ++---- gcc/cp/decl.c | 10 +++--- gcc/cp/friend.c | 26 +++++++++++++--- gcc/cp/parser.c | 28 +++++++---------- gcc/cp/pt.c | 46 +++++++++------------------- gcc/cp/semantics.c | 2 +- gcc/cp/tree.c | 5 --- gcc/testsuite/g++.dg/concepts/diagnostic18.C | 4 +-- gcc/testsuite/g++.dg/cpp23/auto-fncast11.C | 19 ++++++++++++ gcc/testsuite/gcc.dg/pr103587.c | 7 +++++ 15 files changed, 94 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-fncast11.C create mode 100644 gcc/testsuite/gcc.dg/pr103587.c