Optilink bugs(or DMD)

Temtaime via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 19 12:23:33 PDT 2017


On Wednesday, 19 April 2017 at 15:15:21 UTC, Nierjerson wrote:
> On Wednesday, 19 April 2017 at 04:25:40 UTC, Stefan Koch wrote:
>> On Wednesday, 19 April 2017 at 03:52:54 UTC, Nierjerson wrote:
>>> Major optilink bugs, blocker. Code is long but demonstrates 
>>> the issue. Compiles with ldc.
>>>
>>> [...]
>>
>> There are two instances of void ForegroundColor(cSolidColor 
>> rhs)
>
> Well, that could be a problem with the code, but it does 
> compile with LDC so LDC then has an issue or dmd/optilink has 
> the issue. Something is wrong. But, I guess removing the 
> duplicates should at least allow dmd to compile the code.

DMD compiles the code too. The code doesn't link.
Optlink forbids duplicates, but ldc uses msvc link and it allows 
them(as i remember, it shows a warning).


More information about the Digitalmars-d mailing list