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/binutils-gdb.
from 83bec4829b gprofng: include percentages in default metrics list adds b773a1808d Fix compiling binutils/resbin.c with Clang version 14 adds 62b33fde9c Move non-dependent gdb::observers::observable::visit_state o [...] adds 6dc7160b2d gdb/testsuite: fix testsuite regressions for unix/-m32 board new cb2cd8cba8 Fix "b f(std::string)", always use DMGL_VERBOSE new 1c6fbf42e5 Always pass an explicit language down to c_type_print new c7d029ea9c Fix "b f(std::string)" when current language is C
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: binutils/resbin.c | 8 +- gdb/ada-typeprint.c | 2 +- gdb/c-exp.y | 1 + gdb/c-lang.c | 8 +- gdb/c-lang.h | 17 ++-- gdb/c-typeprint.c | 25 +---- gdb/cp-name-parser.y | 12 +-- gdb/cp-support.c | 55 ++++++---- gdb/cp-support.h | 16 +++ gdb/d-lang.c | 2 +- gdb/gnu-v3-abi.c | 3 +- gdb/go-typeprint.c | 2 +- gdb/objc-lang.c | 2 +- gdb/opencl-lang.c | 2 +- gdb/rust-lang.c | 5 +- .../{no-dmgl-verbose.cc => break-f-std-string.cc} | 0 gdb/testsuite/gdb.cp/break-f-std-string.exp | 112 +++++++++++++++++++++ gdb/testsuite/gdb.cp/no-dmgl-verbose.exp | 35 ------- gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 39 +++++-- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 13 ++- gdb/testsuite/gdb.fortran/size.f90 | 55 ++++++++-- gdbsupport/observable.h | 39 ++++--- 22 files changed, 312 insertions(+), 141 deletions(-) rename gdb/testsuite/gdb.cp/{no-dmgl-verbose.cc => break-f-std-string.cc} (100%) create mode 100644 gdb/testsuite/gdb.cp/break-f-std-string.exp delete mode 100644 gdb/testsuite/gdb.cp/no-dmgl-verbose.exp