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 c53dcd7785d Automatic date update in version.in new 2f1b18db863 gdb: Convert enum range_type to a bit field enum new f2d8e4c5977 gdb: rename 'enum range_type' to 'enum range_flag' new 6b4c676cc7f gdb/fortran: add support for parsing array strides in expressions
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: gdb/ChangeLog | 45 ++++++++++++++++++++++ gdb/expprint.c | 61 +++++++++++------------------- gdb/expression.h | 33 ++++++++-------- gdb/f-exp.y | 50 +++++++++++++++++++++--- gdb/f-lang.c | 18 ++++++--- gdb/parse.c | 28 ++++++-------- gdb/rust-exp.y | 21 ++++++---- gdb/rust-lang.c | 29 +++++++------- gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.fortran/array-slices.exp | 16 ++++++++ 10 files changed, 200 insertions(+), 105 deletions(-)