← Back to index
|
Original Bugzilla link
Bug 826 – ICE: is-expression with invalid template instantiation
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2007-01-09T18:03:00Z
Last change time
2014-02-15T13:13:24Z
Keywords
ice-on-valid-code
Assigned to
bugzilla
Creator
rueschi
Comments
Comment #0
by rueschi — 2007-01-09T18:03:04Z
class Foo(T) { this() { unknown_identifier; } } void bar() { bool foobar = is( Foo!(int) ); } C:\test>dmd -c defs.d unknown_identifier Internal error: e2ir.c 520
Comment #1
by bugzilla — 2007-01-27T18:53:20Z
Fixed DMD 1.001
Comment #2
by thomas-dloop — 2007-02-15T03:43:16Z
Added to DStress as
http://dstress.kuehne.cn/run/b/bug_e2ir_520_A.d
http://dstress.kuehne.cn/compile/b/bug_e2ir_520_B.d