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 faeb9f13c17 gdb/fortran: add support for ASSOCIATED builtin new 68337b8be30 gdb/fortran: don't access non-existent type fields
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 | 8 ++ gdb/f-lang.c | 80 ++++++++++++---- gdb/testsuite/ChangeLog | 7 ++ .../{completion.f90 => call-no-debug-func.f90} | 21 +++-- ...rray-bounds-high.f90 => call-no-debug-prog.f90} | 28 ++++-- gdb/testsuite/gdb.fortran/call-no-debug.exp | 102 +++++++++++++++++++++ 6 files changed, 211 insertions(+), 35 deletions(-) copy gdb/testsuite/gdb.fortran/{completion.f90 => call-no-debug-func.f90} (73%) copy gdb/testsuite/gdb.fortran/{array-bounds-high.f90 => call-no-debug-prog.f90} (66%) create mode 100644 gdb/testsuite/gdb.fortran/call-no-debug.exp