Bug 172 – "Internal error: e2ir.c 736" on valid code

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2006-06-01T03:41:00Z
Last change time
2014-02-15T13:21:30Z
Keywords
ice-on-valid-code
Assigned to
bugzilla
Creator
h3r3tic

Comments

Comment #0 by h3r3tic — 2006-06-01T03:41:25Z
template Foo() { template func() { int func() { return 0; } } } class Baz { mixin Foo bar; } void main() { auto x = (new Baz).bar.func!()(); }
Comment #1 by bugzilla — 2006-06-30T20:26:21Z
Fixed DMD 0.162
Comment #2 by thomas-dloop — 2007-01-01T04:24:57Z