← Back to index
|
Original Bugzilla link
Bug 14895 – ICE on array operation when its result is concatenated
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-08-10T03:41:00Z
Last change time
2016-03-19T20:21:55Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2015-08-10T03:41:55Z
Test code: void main() { int[] a; int[] b = (a[] + 1) ~ [1,2]; } output: assert e2ir.c(1959) !((tb1->ty == Tarray || tb1->ty == Tsarray || tb2->ty == Tarray || tb2->ty == Tsarray) && tb2->ty != Tvoid && op != OPeq && op != OPandand && op != OPoror)
Comment #1
by k.hara.pg — 2015-08-10T04:01:21Z
https://github.com/D-Programming-Language/dmd/pull/4873
Comment #2
by github-bugzilla — 2016-01-31T06:06:06Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/67392afd2bb489e48a8234d96077f4579e05b511
fix Issue 14895 - ICE on array operation when its result is concatenated
https://github.com/D-Programming-Language/dmd/commit/ed197e17dd1736f1f608267339162c22c2b4fb57
Merge pull request #4873 from 9rnsr/fix14895 Issue 14895 - ICE on array operation when its result is concatenated
Comment #3
by github-bugzilla — 2016-03-19T20:21:55Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/67392afd2bb489e48a8234d96077f4579e05b511
fix Issue 14895 - ICE on array operation when its result is concatenated
https://github.com/D-Programming-Language/dmd/commit/ed197e17dd1736f1f608267339162c22c2b4fb57
Merge pull request #4873 from 9rnsr/fix14895