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 912ebfa0d7 Allow the use of the ORIGIN and LENGTH attributes in express [...] new 84ec972406 gdb/fortran: Remove some duplicate tests new dd9f2c763b gdb/fortran: Cleanup code for parsing logical constants new c8f9160408 gdb/fortran: Simplify handling of Fortran dot operations and [...] new 9dad4a58a1 gdb/fortran: Add new function to evaluate Fortran expressions new e454224fa8 gdb/fortran: Enable debugging of the Fortran parser new 4d00f5d8f6 gdb/fortran: Add Fortran 'kind' intrinsic and keyword new 3be47f7aa9 gdb/fortran: Expand the set of types that support (kind=N) new 067630bdb5 gdb/fortran: Add builtin 8-byte integer type with (kind=8) support new 4a270568d9 gdb/fortran: Use TYPE_CODE_CHAR for character types new 0841c79a3d gdb/fortran: Add support for the ABS intrinsic function new efbecbc143 gdb/fortran: Handle older TYPE*SIZE typenames
The 11 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/expprint.c | 1 + gdb/f-exp.y | 256 +++++++++++++++------ gdb/f-lang.c | 102 +++++++- gdb/f-lang.h | 1 + gdb/parse.c | 1 + gdb/parser-defs.h | 3 +- gdb/std-operator.def | 1 + gdb/testsuite/ChangeLog | 43 ++++ gdb/testsuite/gdb.fortran/dot-ops.exp | 123 ++++++++++ .../gdb.fortran/{logical.exp => intrinsics.exp} | 34 ++- .../gdb.fortran/{logical.f90 => intrinsics.f90} | 17 +- gdb/testsuite/gdb.fortran/type-kinds.exp | 98 ++++++++ gdb/testsuite/gdb.fortran/types.exp | 9 +- 14 files changed, 675 insertions(+), 90 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/dot-ops.exp copy gdb/testsuite/gdb.fortran/{logical.exp => intrinsics.exp} (54%) copy gdb/testsuite/gdb.fortran/{logical.f90 => intrinsics.f90} (81%) create mode 100644 gdb/testsuite/gdb.fortran/type-kinds.exp