Bug 7277 – [CTFE ICE] Assertion failure: 'thisval' on line 1690 in file 'interpret.c'

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2012-01-12T00:22:00Z
Last change time
2012-01-21T16:13:33Z
Keywords
ice-on-valid-code
Assigned to
nobody
Creator
bus_dbugzilla

Comments

Comment #0 by bus_dbugzilla — 2012-01-12T00:22:36Z
struct Foo { int a; int func() { void nested() { a = 1; } nested(); return 1; } } enum x = Foo().func();
Comment #1 by github-bugzilla — 2012-01-21T15:02:43Z
Comment #2 by bugzilla — 2012-01-21T16:13:33Z