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 287938873c4 LoongArch: Corrected to GNU style code new b0fdcd47065 fortran: Fix arrays of variable length strings for FORTRAN
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/gdbtypes.c | 39 +++++++++++++++- gdb/testsuite/gdb.fortran/string-types.exp | 4 +- gdb/testsuite/gdb.fortran/vla-array.exp | 60 ++++++++++++++++++++++++ gdb/testsuite/gdb.fortran/vla-array.f90 | 45 ++++++++++++++++++ gdb/testsuite/gdb.opt/fortran-string.exp | 2 +- gdb/valprint.c | 74 ++++++++++++++++++++++++++++++ 6 files changed, 219 insertions(+), 5 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/vla-array.exp create mode 100644 gdb/testsuite/gdb.fortran/vla-array.f90