Bug 11566 – ICE with invalid array op

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-20T23:22:00Z
Last change time
2013-11-21T18:27:59Z
Keywords
ice, pull
Assigned to
nobody
Creator
yebblies

Comments

Comment #0 by yebblies — 2013-11-20T23:22:44Z
void main() { int[] a; a[] <<= 1; } assert arrayop.c(489) 0
Comment #1 by yebblies — 2013-11-21T00:15:52Z
Comment #2 by github-bugzilla — 2013-11-21T18:25:47Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5977b8ee52351c7602d7bd6815a4d02da8c80c52 Fix Issue 11566 - ICE with invalid array op https://github.com/D-Programming-Language/dmd/commit/7760a34fd563b6d2c6702bc4123e5ef31e5ff525 Merge pull request #2842 from yebblies/issue11566 Issue 11566 - ICE with invalid array op