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 30056ea04a gdb/mi: New commands to catch C++ exceptions new 584a927c5a gdb/fortran: Show the type for non allocated / associated types
The 1 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 | 9 +++ gdb/f-typeprint.c | 90 +++++++++++++----------- gdb/testsuite/ChangeLog | 10 +++ gdb/testsuite/gdb.fortran/pointers.f90 | 80 ++++++++++++++++++++++ gdb/testsuite/gdb.fortran/print_type.exp | 114 +++++++++++++++++++++++++++++++ gdb/testsuite/gdb.fortran/vla-ptype.exp | 12 ++-- gdb/testsuite/gdb.fortran/vla-type.exp | 7 +- gdb/testsuite/gdb.fortran/vla-value.exp | 10 +-- gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 8 +-- 9 files changed, 283 insertions(+), 57 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/pointers.f90 create mode 100755 gdb/testsuite/gdb.fortran/print_type.exp