Bug 10299 – [REG2.063] ICE with getting address of template

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-06-08T04:21:00Z
Last change time
2013-06-08T21:35:59Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2013-06-08T04:21:14Z
Test case: template foo(T) { } auto fp = &foo!string; // ICE Output: assert expression.c(8971) !ti->semanticRun
Comment #1 by k.hara.pg — 2013-06-08T04:25:39Z
Sorry this is a regression occured in 2.063 release. https://github.com/D-Programming-Language/dmd/pull/2150
Comment #2 by github-bugzilla — 2013-06-08T09:42:16Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/48934c49f37da1ee72f5fdd991e3b0c0cff24339 fix Issue 10299 - ICE with getting address of template https://github.com/D-Programming-Language/dmd/commit/f74a04a9759b47dada514c7d67b6354d197897ff Merge pull request #2150 from 9rnsr/fix10299 [REG2.063] Issue 10299 - ICE with getting address of template
Comment #3 by github-bugzilla — 2013-06-08T21:23:37Z
Commit pushed to 2.063 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9069185a81e24a72699a5584632ca85b520319b1 Merge pull request #2150 from 9rnsr/fix10299 [REG2.063] Issue 10299 - ICE with getting address of template