This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/61871] FAIL: regexp from libgo testsuite on non-split stack targets


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]