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 4e3be89fdaa x86: move Q-suffix-to-REX.W translation logic new 2e07108364e gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp new f18fc7e56fb gdb, types: Resolve pointer types dynamically new 6a674419830 gdb, testsuite, fortran: Fix sizeof intrinsic for Fortran pointers
The 3 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/eval.c | 7 ++ gdb/gdbtypes.c | 7 +- gdb/testsuite/gdb.cp/vla-cxx.cc | 4 + gdb/testsuite/gdb.cp/vla-cxx.exp | 15 +++ gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp | 136 +++++++++++------------ gdb/testsuite/gdb.fortran/pointer-to-pointer.exp | 2 +- gdb/testsuite/gdb.fortran/pointers.exp | 115 +++++++++++++++++++ gdb/testsuite/gdb.fortran/pointers.f90 | 29 +++++ gdb/testsuite/gdb.fortran/sizeof.exp | 115 +++++++++++++++++++ gdb/testsuite/gdb.fortran/sizeof.f90 | 108 ++++++++++++++++++ gdb/valprint.c | 6 - 11 files changed, 467 insertions(+), 77 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/pointers.exp create mode 100644 gdb/testsuite/gdb.fortran/sizeof.exp create mode 100644 gdb/testsuite/gdb.fortran/sizeof.f90