www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - #dbugfix 17508 - optlink 8.00.17 crash at EIP=0040F60A

reply Bastiaan Veelo <Bastiaan Veelo.net> writes:
My entry for the #dbugfix campaign[1]:

https://issues.dlang.org/show_bug.cgi?id=17508

This makes building ddox / scod documentation impossible on 
Windows.

Reporting date: 2017-06-15

There exists a similar optlink issue (duplicate?) also in linking 
vibe.d, reported 2015-10-17: 
https://issues.dlang.org/show_bug.cgi?id=15213

[1] 
https://forum.dlang.org/post/ojxxjixcxnztmsskyuud forum.dlang.org
Sep 09 2018
parent tide <tide tide.tide> writes:
On Sunday, 9 September 2018 at 11:52:31 UTC, Bastiaan Veelo wrote:
 My entry for the #dbugfix campaign[1]:

 https://issues.dlang.org/show_bug.cgi?id=17508

 This makes building ddox / scod documentation impossible on 
 Windows.

 Reporting date: 2017-06-15

 There exists a similar optlink issue (duplicate?) also in 
 linking vibe.d, reported 2015-10-17: 
 https://issues.dlang.org/show_bug.cgi?id=15213

 [1] 
 https://forum.dlang.org/post/ojxxjixcxnztmsskyuud forum.dlang.org
I'd file the bug with DUB that you are forced to use optlink even when specified not to. That's more likely to be fixed than a bug in Optlink, as it is programmed in assembly. Any bug found in optlink, a limitation is usually just added into DMD for it instead of fixing the bug in Optlink. https://github.com/dlang/dub/issues
Sep 09 2018