← Back to index
|
Original Bugzilla link
Bug 13071 – [ICE] dmd 2.066.0-b1 assertion in nogc.c:73
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-07-08T08:14:00Z
Last change time
2014-08-22T08:04:15Z
Keywords
ice, pull
Assigned to
nobody
Creator
dragoscarp
Comments
Comment #0
by dragoscarp — 2014-07-08T08:14:23Z
Following code T foo(T)() { __gshared int[] bar = []; return T.init; } void main() { foo!char(); } crashes dmd 2.066.0-b1 with error dmd: nogc.c:73: virtual void NOGCVisitor::visit(DeclarationExp*): Assertion `ei' failed.
Comment #1
by k.hara.pg — 2014-07-08T09:27:03Z
https://github.com/D-Programming-Language/dmd/pull/3730
Comment #2
by github-bugzilla — 2014-07-08T21:24:32Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/3c00a8ecad822747004ad3521bbe4030f63ff6bd
fix Issue 13071 - [ICE] dmd 2.066.0-b1 assertion in nogc.c:73
https://github.com/D-Programming-Language/dmd/commit/86b90767d2e06b2530ec78fa4ada08fbf42720c2
Merge pull request #3730 from 9rnsr/fix13071 [REG2.066a] Issue 13071 - [ICE] dmd 2.066.0-b1 assertion in nogc.c:73
Comment #3
by github-bugzilla — 2014-07-11T14:46:52Z
Commit pushed to 2.066 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/10499414c5fa77d704e921a47a531abff15d2856
Merge pull request #3730 from 9rnsr/fix13071 [REG2.066a] Issue 13071 - [ICE] dmd 2.066.0-b1 assertion in nogc.c:73
Comment #4
by github-bugzilla — 2014-08-22T08:04:15Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/10499414c5fa77d704e921a47a531abff15d2856
Merge pull request #3730 from 9rnsr/fix13071