[Bug fortran/9260] Segmentation fault with passed-length character arguments
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=9260
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
This seems to work now
(gdb) pt name
type = character*3
(gdb) p name
$1 = 'foo'
Based on the earlier comments I guess the dynamic type resolution
work fixed this.
--
You are receiving this mail because:
You are on the CC list for the bug.