← Back to index
|
Original Bugzilla link
Bug 12376 – ICE with constarainted template instantiation with error gagging
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-03-15T21:16:00Z
Last change time
2014-03-15T22:06:55Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2014-03-15T21:16:38Z
Test case: static auto encode(size_t sz)(dchar ch) if (sz > 1) { undefined; } void main() { enum x = __traits(compiles, encode!2(x)); } ----- assert template.c(759) !ti->symtab
Comment #1
by github-bugzilla — 2014-03-15T21:21:55Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/856ff2c056fa0b5307674920b21e25ef05faac77
fix Issue 12376 - ICE with constarainted template instantiation with error gagging
https://github.com/D-Programming-Language/dmd/commit/1816484846223a1bcd1a54879fa51b82efc7ce98
Merge pull request #3382 from 9rnsr/fix12376 [REG2.066a] Issue 12376 - ICE with constarainted template instantiation with error gagging
Comment #2
by k.hara.pg — 2014-03-15T21:23:20Z
This is git-head only regression.
https://github.com/D-Programming-Language/dmd/pull/3382