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 5acad1a182 Automatic date update in version.in new 6fdcd7cc87 gdb: Remove an unbalanced stray double quote from a comment new 83228e93ef gdb/fortran: Introduce fortran-operator.def file new b6d03bb2b6 gdb/fortran: Additional builtin procedures new 1db455a76c gdb/fortran: better types for components of complex numbers new bbe75b9d00 gdb/fortran: Print 'void' type in lower case new bf7a4de172 gdb/fortran: print function arguments when printing function type new f1fdc96066 gdb/fortran: Update rules for printing whitespace in types new bc68014d16 gdb/fortran: Add allocatable type qualifier
The 8 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 | 76 +++++ gdb/dwarf2read.c | 38 ++- gdb/expprint.c | 1 - gdb/expression.h | 1 + gdb/f-exp.y | 15 +- gdb/f-lang.c | 305 ++++++++++++++++++++- gdb/f-typeprint.c | 55 +++- gdb/f-valprint.c | 2 +- gdb/{tui/tui-hooks.h => fortran-operator.def} | 17 +- gdb/gdbtypes.h | 4 + gdb/parse.c | 1 - gdb/std-operator.def | 3 +- gdb/testsuite/ChangeLog | 36 +++ gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.exp | 2 +- gdb/testsuite/gdb.fortran/complex.exp | 41 ++- gdb/testsuite/gdb.fortran/complex.f | 24 -- .../{ptr-indentation.f90 => complex.f90} | 38 ++- gdb/testsuite/gdb.fortran/exprs.exp | 2 +- gdb/testsuite/gdb.fortran/intrinsics.exp | 35 +++ gdb/testsuite/gdb.fortran/ptr-indentation.exp | 2 +- ...ed-type-function.exp => ptype-on-functions.exp} | 25 +- gdb/testsuite/gdb.fortran/ptype-on-functions.f90 | 89 ++++++ gdb/testsuite/gdb.fortran/vla-datatypes.exp | 10 +- gdb/testsuite/gdb.fortran/vla-ptr-info.exp | 2 +- gdb/testsuite/gdb.fortran/vla-ptype.exp | 8 +- gdb/testsuite/gdb.fortran/vla-type.exp | 22 +- gdb/testsuite/gdb.fortran/vla-value.exp | 8 +- gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 4 +- 28 files changed, 737 insertions(+), 129 deletions(-) copy gdb/{tui/tui-hooks.h => fortran-operator.def} (69%) delete mode 100644 gdb/testsuite/gdb.fortran/complex.f copy gdb/testsuite/gdb.fortran/{ptr-indentation.f90 => complex.f90} (54%) copy gdb/testsuite/gdb.fortran/{derived-type-function.exp => ptype-on-functions.ex [...] create mode 100644 gdb/testsuite/gdb.fortran/ptype-on-functions.f90