issue with each specifically for x86
ag0aep6g
anonymous at example.com
Wed Mar 7 21:02:30 UTC 2018
On 03/07/2018 09:09 PM, ag0aep6g wrote:
> ----
> double f() { return 1; }
>
> void main()
> {
> cast(void) f();
> cast(void) f();
> cast(void) f();
> cast(void) f();
> cast(void) f();
> cast(void) f();
> cast(void) f();
>
> double b = 2;
> assert(b == 2); /* fails; should pass */
> }
> ----
With `real` instead of `double` x86_64 is also affected.
More information about the Digitalmars-d-learn
mailing list