This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 80ad67e2af0 ifcvt: Check for asm goto at the end of then_bb/else_bb in [...] adds 75b8a726171 Add VxWworks fixincludes hack, don't expect yvals.h from gcc adds db33b1059bc expr: Workaround profiledbootstrap uninit false positive [P [...] adds c83ecfbe74a libstdc++: Do not use std::isdigit in <charconv> [PR103911] adds e19e2989c36 libstdc++: Increase timeout for pthread7-rope.cc test adds ec12ddd1e7f libstdc++: Adjust friend declarations to work with Clang adds 52ebc2be099 libstdc++: Add self-merge check to std::forward_list::merge [...] new 2793af17db2 c++: Add testcase for recently fixed PR [PR69681]
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: fixincludes/fixincl.x | 58 ++++++++++++++++++++-- fixincludes/inclhack.def | 22 ++++++++ fixincludes/tests/base/yvals.h | 17 +++++++ gcc/expr.c | 19 +++---- gcc/testsuite/g++.dg/cpp0x/constexpr-compare2.C | 10 ++++ libstdc++-v3/include/bits/forward_list.tcc | 5 ++ libstdc++-v3/include/bits/regex.h | 4 +- libstdc++-v3/include/std/charconv | 11 ++-- .../23_containers/forward_list/operations/merge.cc | 48 ++++++++++++++++++ libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc | 3 +- 10 files changed, 174 insertions(+), 23 deletions(-) create mode 100644 fixincludes/tests/base/yvals.h create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-compare2.C create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/operations/merge.cc