[Bug fortran/34276] GDB shows wrong value of array elements.
tromey at sourceware dot org via Gdb-prs <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34276
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I think the bug here is in walk_1.
This function resolves the dynamic element type just once.
Instead it seems like it ought to resolve it for every
element.
Making this change makes it work for me.
--
You are receiving this mail because:
You are on the CC list for the bug.