https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89735
Bug ID: 89735
Summary: FAIL: gdc.dg/runnable.d -O0 execution test
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89735
--- Comment #1 from John David Anglin ---
(gdb) p obj
$3 = {{{fieldA = 0 '\000', fieldB = 0 '\000', fieldC = 0 '\000'},
_complete = 2}}
(gdb) p &obj
$4 = (runnable.S186 *) 0xf8d0268c
(gdb) x/x 0xf8d0268c
0xf8d0268c: 0x0002
Looks like
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89721
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89735
--- Comment #2 from John David Anglin ---
Might add that there are quite a few unaligned accesses:
runnable.exe(15999): unaligned access to 0x001d080d at
ip=0x00100357
runnable.exe(15999): unaligned access to 0x0021f439 at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89735
--- Comment #3 from Iain Buclaw ---
Created attachment 45979
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45979&action=edit
moduleinfo alignment
(In reply to John David Anglin from comment #2)
> Might add that there are quite a few unali
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87733
Kaz Kylheku changed:
What|Removed |Added
CC||kkylheku at gmail dot com
--- Comment #9 f
101 - 106 of 106 matches
Mail list logo