You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for investigating and reporting the issue! The code there is very micro optimized, it may make sense to just make it a bit more readable, but on the other hand it has worked for a while. Maybe serve-d would be a good candidate to add to the D auto-tester
In the end this is a bug in dmd so no need to change the code, it's my view at least. I did just debug some of it and I wouldn't say it that unreadable, though, admittedly, the failing test case is the simple one with all zeros.
More precisely
- remove -O from DMDFLAGS
- remove -mcpu=native from LDCFLAGS
Bug: Pure-D/serve-d#360
Signed-off-by: Andrei Horodniceanu <[email protected]>
Reported upstream at: https://issues.dlang.org/show_bug.cgi?id=24406.
I though it would be good to report this here in case somebody else hits it.
The text was updated successfully, but these errors were encountered: