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 f8676776828 gdb/gdbtypes.h: Fix comparison of uninitialized values new 5ba3b20ec23 gdb: include allocated/associated properties in 'maint print type' new b7874836c33 gdb: avoid resolving dynamic properties for non-allocated arrays
The 2 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 | 19 ++++ gdb/eval.c | 12 ++- gdb/f-lang.c | 4 + gdb/gdbtypes.c | 87 +++++++++++---- gdb/testsuite/ChangeLog | 6 ++ .../{main-foo.c => dyn-type-unallocated.c} | 24 +++-- gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.exp | 119 +++++++++++++++++++++ 7 files changed, 238 insertions(+), 33 deletions(-) copy gdb/testsuite/gdb.dwarf2/{main-foo.c => dyn-type-unallocated.c} (72%) create mode 100644 gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.exp