← Back to index
|
Original Bugzilla link
Bug 1510 – ICE: Assertion failure: 'ad' on line 925 in file 'func.c'
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2007-09-17T20:42:00Z
Last change time
2014-02-16T15:21:25Z
Assigned to
bugzilla
Creator
davidl
Comments
Comment #0
by davidl — 2007-09-17T20:42:35Z
template k(T) { static this() { static assert(is(T:int)); } void func(T t){} } void main() { mixin k!(int); }
Comment #1
by braddr — 2007-10-20T03:48:30Z
Fixed in 1.022/2.005