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 758f590744b libctf: add missing header in BFD ELF check new e92c8eb86dc gdb/fortran: add parser support for lbound and ubound
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.y | 18 +++ gdb/f-lang.c | 172 +++++++++++++++++++++++ gdb/std-operator.def | 4 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 105 ++++++++++++++ gdb/testsuite/gdb.fortran/lbound-ubound.exp | 204 ++++++++++++++++++++++++++++ 7 files changed, 524 insertions(+) create mode 100644 gdb/testsuite/gdb.fortran/lbound-ubound.F90 create mode 100644 gdb/testsuite/gdb.fortran/lbound-ubound.exp