← Back to index
|
Original Bugzilla link
Bug 1242 – DMD AV
Status
RESOLVED
Resolution
FIXED
Severity
critical
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2007-05-21T08:07:00Z
Last change time
2014-02-16T15:25:45Z
Assigned to
bugzilla
Creator
davidl
Comments
Comment #0
by davidl — 2007-05-21T08:07:10Z
struct Token { static char[] tochars[TOK.TOKMAX]; } enum TOK { TOKreserved, } TOK number(Token *t) { } void main() { }
Comment #1
by davidl — 2007-05-21T08:08:43Z
smallest case: struct Token { static char[] tochars[TOK.TOKMAX]; } enum TOK { TOKreserved, } void main() { }
Comment #2
by davidl — 2007-06-12T10:59:18Z
another test case of forward referencing(I think it's related to this bug): alias a.b c; enum a{ b }
Comment #3
by bugzilla — 2007-07-01T14:07:36Z
Fixed DMD 1.018 and DMD 2.002