Bug 17344 – ICE with assignment of post inc-/decremented integral vector

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
All
Creation time
2017-04-23T22:51:00Z
Last change time
2017-08-07T13:15:59Z
Keywords
ice, ice-on-valid-code
Assigned to
nobody
Creator
code

Comments

Comment #0 by code — 2017-04-23T22:51:02Z
cat > bug.d << CODE void test() { __vector(int[4]) vec1, vec2; vec1 = vec2++; } CODE dmd -c bug ---- Internal error: ddmd/backend/cod2.c 4686 ----
Comment #1 by github-bugzilla — 2017-04-24T01:14:47Z
Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/14df95ce47ba6e1fab63ae3b311ce3ff7841c206 fix Issue 17344 - ICE with assignment of post inc-/decremented integral vector https://github.com/dlang/dmd/commit/21b67f01bf25066992875cd9db95b7bcd8717c58 Merge pull request #6722 from MartinNowak/fix17344 fix Issue 17344 - ICE with assignment of post inc-/decremented integral vector
Comment #2 by github-bugzilla — 2017-06-17T11:34:11Z
Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/14df95ce47ba6e1fab63ae3b311ce3ff7841c206 fix Issue 17344 - ICE with assignment of post inc-/decremented integral vector https://github.com/dlang/dmd/commit/21b67f01bf25066992875cd9db95b7bcd8717c58 Merge pull request #6722 from MartinNowak/fix17344
Comment #3 by github-bugzilla — 2017-08-07T13:15:59Z
Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/14df95ce47ba6e1fab63ae3b311ce3ff7841c206 fix Issue 17344 - ICE with assignment of post inc-/decremented integral vector https://github.com/dlang/dmd/commit/21b67f01bf25066992875cd9db95b7bcd8717c58 Merge pull request #6722 from MartinNowak/fix17344