https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61871

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
The size in frame #6 is questionable:

#6  0x00000200005a4b30 in __go_new (size=2199032605516) at
/home/uros/gcc-svn/trunk/libgo/runtime/go-new.c:15

(gdb) f 6
#6  0x00000200005a4b30 in __go_new (size=2199032605516) at
/home/uros/gcc-svn/trunk/libgo/runtime/go-new.c:15
15        return runtime_mallocgc (size, 0, 0);
(gdb) p/x size
$10 = 0x200008eab4c

Reply via email to