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 2d0d5fc6f0 Automatic date update in version.in new aa3cfbda2f Fortran function calls with arguments
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 | 17 ++ gdb/eval.c | 15 +- gdb/f-lang.c | 38 +++++ gdb/f-lang.h | 33 ++++ gdb/infcall.c | 7 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.fortran/function-calls.exp | 103 ++++++++++++ gdb/testsuite/gdb.fortran/function-calls.f90 | 242 +++++++++++++++++++++++++++ 8 files changed, 457 insertions(+), 3 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/function-calls.exp create mode 100644 gdb/testsuite/gdb.fortran/function-calls.f90