← Back to index
|
Original Bugzilla link
Bug 8917 – Array operation a[] + a[] not implemented
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-10-30T09:22:00Z
Last change time
2012-11-08T09:42:12Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
nilsbossung
Comments
Comment #0
by nilsbossung — 2012-10-30T09:22:28Z
--- cat > test.d <<CODE void main() { int[3] a; int[3] b = a[] + a[]; } CODE dmd test.d --- test.d(3): Error: Array operation a[] + a[] not implemented --- Works with 2.060. Fails since this commit:
https://github.com/D-Programming-Language/dmd/commit/da8e2a038105ad0149a8f66fbcfe31079ce3a534
Comment #1
by k.hara.pg — 2012-11-07T02:45:12Z
https://github.com/D-Programming-Language/dmd/pull/1264
Comment #2
by github-bugzilla — 2012-11-07T07:35:30Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/89d95772941926b328d3966676e3d0037aef0135
Issue 8917 - Array operation a[] + a[] not implemented
https://github.com/D-Programming-Language/dmd/commit/b67103f39ea60211826c2f21c8d4c12b895d5c08
Merge pull request #1264 from 9rnsr/fix8917 Issue 8917 - Array operation a[] + a[] not implemented