Severe 2.084 regression when using staticArray on array of struct with class and bool member

Basile B. b2.temp at gmx.com
Thu Feb 14 23:46:42 UTC 2019


On Thursday, 14 February 2019 at 21:28:13 UTC, H. S. Teoh wrote:
> On Thu, Feb 14, 2019 at 09:59:27PM +0100, ag0aep6g via 
> Digitalmars-d wrote:
>> On 14.02.19 21:36, Basile B. wrote:
>> > I don't know how many but this morning i've seen another 
>> > nice one in
>> > bugzilla :
>> > https://issues.dlang.org/show_bug.cgi?id=19437
>> > 
>> > Hopefully nobody makes 32-bit apps anymore.
>> 
>> Change the type to `real` and it fails on x64, too. Issue was 
>> a duplicate of 
>> <https://issues.dlang.org/show_bug.cgi?id=18573>. Known for 
>> about a year.
>
> Maybe if we make enough noise about it, it would get fixed in 
> the near future?
>
>
> T

Maybe a bit of RE at the machine code level can help to target 
the issue and to refine the bug report. I believe that the issue 
of the OP was quickly fixed because of that kind of work.

It was really easier to look at the disasm rather than trying to 
understand the backend end and put some printf everywhere.


More information about the Digitalmars-d mailing list