[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 --- Comment #8 from ki...@gmx.net --- (In reply to kinke from comment #7) > I can confirm this regression for LDC on Win32 and Win64 too I think I found the culprit causing the sporadic segfaults: https://github.com/dlang/dmd/pull/8294 --

[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #7 from ki...@gmx.n

[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 --- Comment #6 from Atila Neves --- The same code compiles with dmd 2.080.0. The failures are random. --

[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #5 from Rai

[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 Atila Neves changed: What|Removed |Added Severity|enhancement |regression --- Comment #4 from Atila Neves --

[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 --- Comment #3 from Atila Neves --- Using digger to build dmd 2.080.0 works and produces a 64-bit binary. Given that digger uses a relatively old dmd to do so, it would seem the issue arises when using 2.080.0 to build itself. --

[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 --- Comment #2 from Atila Neves --- Some of my issues seem to stem from the fact that the top-level win64.mak defaults to making a debug version of dmd and doesn't forward all of the relevant variables to the win64.mak in src/. --

[Issue 18864] Building 64-bit dmd on Windows results in a debug build. The release build doesn't work.

2018-05-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864 --- Comment #1 from Atila Neves --- Further information: the 64-bit dmd artifact from AppVeyor also seems to fail with -int.max/2 every now and again, as does any dmd I compiled with dmd 2.080.0 on Windows. It doesn't always fail, but it results in