February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
Yes i can try to open something. Also since now it's almost sure that... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
So I take it you file Bugzilla issue, then? ;) | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
It's a bad codegen, or what i would call trivially "an ABI disagreement", explaining... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
Cool. I did not know that. It's always good when you think you have... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
This has already existed for several years now: https://github.com/CyberShadow/DBugTests However, as... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
Should be pretty straightforward to add to the new test runner [1]. It already looks... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
There are plenty of tests of things that fail already in the dmd test suite... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
For whatever strange reason, your post gave me a completely unrelated idea: When we have... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
This one looks like it might be related, but it doesn't seem to be... | |||
February 12, 2019 General » Re: Severe 2.084 regression when using staticArray on array of struct with class and bool member | |||
|---|---|---|---|
| |||
Ouch. That looks bad. A reduction:
----
struct S
{
ulong c;
bool b; // removing this prevents... | |||
Copyright © 1999-2021 by the D Language Foundation