[Issue 2884] New: ICE: Assert: 'template.c', line 3773, 'global.errors'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Apr 22 22:56:31 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2884
Summary: ICE: Assert: 'template.c', line 3773, 'global.errors'
Product: D
Version: 1.041
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: cbkbbejeap at mailinator.com
main.d:
-----------
template foo(T)
{
}
pragma(msg, foo!(typeof(bar)));
public void bar()
{
}
-----------
> dmd main.d
Assertion failure: 'global.errors' on line 3773 in file 'template.c'
--
More information about the Digitalmars-d-bugs
mailing list