Probably trivial, but VERY frustrating compiler bug

Boris Carvajal boris2.9 at gmail.com
Fri Aug 14 06:32:28 UTC 2020


On Thursday, 13 August 2020 at 22:14:15 UTC, H. S. Teoh wrote:
> https://issues.dlang.org/show_bug.cgi?id=18269
>
> In a nutshell: the exact .stringof of certain function symbols 
> changes depending on which overload was processed first.  From 
> what I can tell, it's caused by certain distinct function 
> overloads having the same deco in the symbol table, so 
> apparently some cache somewhere in the compiler collides, and 
> the overload that gets processed first will take precedence.
>

I replied in bugzilla what I found some time ago (sorry I forgot 
to reply that time), it's related to the deco thing like you 
already said.


More information about the Digitalmars-d mailing list