https://issues.dlang.org/show_bug.cgi?id=22372
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Basile-z <[email protected]> --- Hello, I've worked on the bug a bit and found the problem location in the backend, in gloop, which performs loop optims: `i` is optimized in the code that follows [1]. [1] https://github.com/dlang/dmd/blob/master/src/dmd/backend/gloop.d#L2966 --
