[Issue 10299] New: ICE with getting address of template
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 8 04:21:16 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10299
Summary: ICE with getting address of template
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: k.hara.pg at gmail.com
--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2013-06-08 04:21:14 PDT ---
Test case:
template foo(T)
{
}
auto fp = &foo!string; // ICE
Output:
assert expression.c(8971) !ti->semanticRun
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list