[Bug d/89735] New: FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-15 Thread danglin at gcc dot gnu.org
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

[Bug d/89735] FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-15 Thread danglin at gcc dot gnu.org
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

[Bug rtl-optimization/89721] __builtin_mffs sometimes optimized away

2019-03-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89721 Segher Boessenkool changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassig

[Bug d/89735] FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-15 Thread danglin at gcc dot gnu.org
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

[Bug d/89735] FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-15 Thread ibuclaw at gdcproject dot org
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

[Bug inline-asm/87733] local register variable not honored with earlyclobber

2019-03-15 Thread kkylheku at gmail dot com
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

<    1   2