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/binutils-gdb.
from 0c05610450 [gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.exp adds 1b4633f812 [gdb/testsuite] Test more values in gdb.base/parse_numbers.exp adds 1d8c0dfae7 [gdb/c] Fix type of 2147483648 and literal truncation adds a2c0d041fd [gdb/fortran] Fix literal truncation adds 4c4d769ab7 [gdb/go] Fix literal truncation adds 7af9baa9fa [gdb/pascal] Fix literal truncation adds 1390b65a1b [gdb/rust] Fix literal truncation adds 999f7adc21 [gdb/m2] Fix UB and literal truncation adds ac3afe36d7 [gdb/ada] Fix literal truncation adds 21aacea42e asan: uninitialised write in bfd_mach_o_write_contents adds 3ae76967be asan: null dereference in coff_count_linenumbers
No new revisions were added by this update.
Summary of changes: bfd/coffgen.c | 3 +- bfd/mach-o.c | 35 +--- gdb/ada-lex.l | 27 ++- gdb/c-exp.y | 111 +++++------ gdb/f-exp.y | 31 ++- gdb/go-exp.y | 95 +++------ gdb/m2-exp.y | 47 +++-- gdb/p-exp.y | 95 +++------ gdb/parse.c | 37 ++++ gdb/parser-defs.h | 2 + gdb/rust-parse.c | 5 +- gdb/testsuite/gdb.base/parse_number.exp | 330 ++++++++++++++++++++++++++++---- 12 files changed, 506 insertions(+), 312 deletions(-)