https://issues.dlang.org/show_bug.cgi?id=8621

--- Comment #11 from hst...@quickfur.ath.cx ---
Just retested it on Linux/64 (git HEAD), seems that garbage values are no
longer happening. It still shows improper/missing closure over i, though,
because the output is all 9's, meaning that it's closing on a single variable i
shared across all iterations, as opposed to unique values per iteration.

So basically the only bug left is issue #2043; the corrupted values Andrei
reported seem to have been fixed since.

--

Reply via email to