This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 0c05610450e [gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.exp new 1b4633f812b [gdb/testsuite] Test more values in gdb.base/parse_numbers.exp new 1d8c0dfae79 [gdb/c] Fix type of 2147483648 and literal truncation new a2c0d041fdb [gdb/fortran] Fix literal truncation new 4c4d769ab7b [gdb/go] Fix literal truncation new 7af9baa9fae [gdb/pascal] Fix literal truncation new 1390b65a1b9 [gdb/rust] Fix literal truncation new 999f7adc21c [gdb/m2] Fix UB and literal truncation new ac3afe36d73 [gdb/ada] Fix literal truncation
The 8 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: 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 ++++++++++++++++++++++++++++---- 10 files changed, 494 insertions(+), 286 deletions(-)