[Issue 16116] Infinite loop on (somewhat complex) simd math

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/635ee34c521bacb8215f728c237b3839a1f69fa6 Backport fix for frontend issue 16116 --

[Issue 16116] Infinite loop on (somewhat complex) simd math

2017-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/089cea83dd054f78db9e0145c4bef6d298f165a3 fix Issue 16116 - Infinite loop on (somewhat complex) simd

[Issue 16116] Infinite loop on (somewhat complex) simd math

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to scope at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/089cea83dd054f78db9e0145c4bef6d298f165a3 fix Issue 16116 - Infinite loop on (somewhat complex) simd

[Issue 16116] Infinite loop on (somewhat complex) simd math

2016-11-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16116] Infinite loop on (somewhat complex) simd math

2016-11-21 Thread via Digitalmars-d-bugs
math https://github.com/dlang/dmd/commit/df96ac9695393ccf8139cc7ca5db48edce5cf81d Merge pull request #6269 from WalterBright/fix16116 fix Issue 16116 - Infinite loop on (somewhat complex) simd math --

[Issue 16116] Infinite loop on (somewhat complex) simd math

2016-11-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 Walter Bright changed: What|Removed |Added Keywords||pull

[Issue 16116] Infinite loop on (somewhat complex) simd math

2016-11-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 --- Comment #1 from Walter Bright --- Simpler test case: void foo() { __vector(short[8]) v; int i; v = v * i; } --

[Issue 16116] Infinite loop on (somewhat complex) simd math

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 Walter Bright changed: What|Removed |Added Keywords||SIMD