[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/10fc5c4227911d4abf4727a283e56afa0aedd783 fix Issue 14606 - Bad code

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-30 Thread via Digitalmars-d-bugs
::toElem(). To fix that, use `BlitExp` for the memset expression always, and avoid confusion with the ref initialization. https://github.com/D-Programming-Language/dmd/commit/58047b08977cc82f09238e8ac6300dd5158a7acb Merge pull request #4683 from 9rnsr/fix14606 [REG2.067.0] Issue 14606 - Bad code

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 --- Comment #2 from Vladimir Panteleev thecybersha...@gmail.com --- Err, confirmed, thanks. I got the original reduction result on Linux but now I can't reproduce it. --

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- Introduced in https://github.com/D-Programming-Language/dmd/pull/3979 The broken executable has been generated since 2.065, which and it was introduced in:

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code ---