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 82e3b5645f Treat inactive TUI specially in "info win" new 5bbd8269fa gdb/fortran: array stride support new 11a8b1641e gdb/dwarf: Introduce dwarf2_per_cu_int_type function new 216a7e6b9e gdb: Dynamic string length support
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 | 44 +++++ gdb/dwarf2read.c | 181 ++++++++++++++++++--- gdb/f-valprint.c | 10 +- gdb/gdbtypes.c | 104 ++++++++++-- gdb/gdbtypes.h | 27 +++ gdb/testsuite/ChangeLog | 12 ++ gdb/testsuite/gdb.fortran/array-slices.exp | 67 ++++++++ gdb/testsuite/gdb.fortran/array-slices.f90 | 70 ++++++++ .../derived-type-striding.exp} | 28 ++-- .../gdb.fortran/derived-type-striding.f90 | 43 +++++ gdb/valarith.c | 11 ++ 11 files changed, 538 insertions(+), 59 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/array-slices.exp create mode 100644 gdb/testsuite/gdb.fortran/array-slices.f90 copy gdb/testsuite/{gdb.cp/constexpr-field.exp => gdb.fortran/derived-type-stridin [...] create mode 100644 gdb/testsuite/gdb.fortran/derived-type-striding.f90