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 bbaddd4bbeb PR27441, inconsistency in weak definitions new 170f4b23b6d gdb/fortran: add support for legacy .xor. operator new faeb9f13c17 gdb/fortran: add support for ASSOCIATED builtin
The 2 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/f-exp.y | 2 + gdb/f-lang.c | 246 +++++++++++++++++++++++++++++-- gdb/std-operator.def | 1 + gdb/testsuite/ChangeLog | 9 ++ gdb/testsuite/gdb.fortran/associated.exp | 87 +++++++++++ gdb/testsuite/gdb.fortran/associated.f90 | 97 ++++++++++++ gdb/testsuite/gdb.fortran/dot-ops.exp | 8 + 8 files changed, 453 insertions(+), 14 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/associated.exp create mode 100644 gdb/testsuite/gdb.fortran/associated.f90