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 30ab3586680 gdb: allow casting to rvalue reference in more cases new 0a703a4cedf gdb/fortran: handle dynamic types within arrays and structures
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 | 16 +++ gdb/f-exp.h | 16 +++ gdb/f-exp.y | 9 +- gdb/f-lang.c | 40 ++++++ gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.exp | 158 +++++++++++++++++++++ gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.f90 | 93 ++++++++++++ 7 files changed, 333 insertions(+), 4 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.exp create mode 100644 gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.f90