← Back to index
|
Original Bugzilla link
Bug 11982 – ICE(func.c) With function literal with no body
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-24T06:40:00Z
Last change time
2014-02-04T03:52:31Z
Keywords
ice, pull
Assigned to
nobody
Creator
yebblies
Comments
Comment #0
by yebblies — 2014-01-24T06:40:05Z
void main() { new scope ( funk ) function }
Comment #1
by yebblies — 2014-01-24T07:20:03Z
This one fails in the same place: void main() { ( 0 == 0 & 0 ) { } }
Comment #2
by k.hara.pg — 2014-01-24T23:21:00Z
https://github.com/D-Programming-Language/dmd/pull/3148
Comment #3
by github-bugzilla — 2014-01-25T01:15:42Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/d812616fa53e330507cf86899180f83866c80bb9
fix Issue 11982 - ICE(func.c) With function literal with no body
https://github.com/D-Programming-Language/dmd/commit/815d5bc0158ae1ef17b685d0f30984ed0e841fbc
Merge pull request #3148 from 9rnsr/fix11982 Issue 11982 - ICE(func.c) With function literal with no body
Comment #4
by github-bugzilla — 2014-01-25T06:15:50Z
Commit pushed to
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/3a26de9ebdcf8b26c2a6746d010da1cb51e6d570
Merge pull request #3148 from 9rnsr/fix11982 Issue 11982 - ICE(func.c) With function literal with no body
Comment #5
by github-bugzilla — 2014-01-27T16:23:55Z
Commit pushed to 2.065 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/3a26de9ebdcf8b26c2a6746d010da1cb51e6d570
Merge pull request #3148 from 9rnsr/fix11982
Comment #6
by yebblies — 2014-02-04T03:52:31Z
*** Issue 11948 has been marked as a duplicate of this issue. ***