← Back to index
|
Original Bugzilla link
Bug 13220 – [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c'
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-07-28T10:55:00Z
Last change time
2014-08-22T08:05:10Z
Keywords
ice, pull
Assigned to
nobody
Creator
jblume
Comments
Comment #0
by jblume — 2014-07-28T10:55:12Z
import std.typecons; template test(T) { bool test() { return false; }; } void main() { Tuple!bool t; t[0] = test!0(); } On v2.066.0-b6 this results in: Assertion failure: 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c'
Comment #1
by k.hara.pg — 2014-07-30T00:18:19Z
This is a ICE regression from 2.066 git-head.
https://github.com/D-Programming-Language/dmd/pull/3833
Comment #2
by github-bugzilla — 2014-07-30T01:44:12Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7449b81fbe606d858ff4649a0516049cac1e887b
fix Issue 13220 - [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c'
https://github.com/D-Programming-Language/dmd/commit/8a8a7cce3c4774ca82ba00b866f80264bc1a96f7
Merge pull request #3833 from 9rnsr/fix13220 [REG2.066a] Issue 13220 - [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c'
Comment #3
by github-bugzilla — 2014-07-31T02:35:23Z
Commit pushed to 2.066 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7119ce5b96433e7a2d58680ffcac2b965aa85492
Merge pull request #3833 from 9rnsr/fix13220 [REG2.066a] Issue 13220 - [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c'
Comment #4
by github-bugzilla — 2014-08-22T08:05:10Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7119ce5b96433e7a2d58680ffcac2b965aa85492
Merge pull request #3833 from 9rnsr/fix13220