[Bug fortran/9260] Segmentation fault with passed-length character arguments

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Thu Jun 18 13:57:18 GMT 2026


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.


More information about the Gdb-prs mailing list