1242 – DMD AV

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 1242 - DMD AV
Summary: DMD AV
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 Windows
: P2 critical
Assignee: Walter Bright
URL:
Keywords:
Depends on:
Blocks:
Reported: 2007年05月21日 08:07 UTC by david
Modified: 2014年02月16日 15:25 UTC (History)
0 users

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
Description david 2007年05月21日 08:07:10 UTC
struct Token
{
	static char[] tochars[TOK.TOKMAX];
}
enum TOK
{
	TOKreserved,
}
TOK number(Token *t)
{
}
void main()
{
}
Comment 1 david 2007年05月21日 08:08:43 UTC
smallest case:
struct Token
{
	static char[] tochars[TOK.TOKMAX];
}
enum TOK
{
	TOKreserved,
}
void main()
{
}
Comment 2 david 2007年06月12日 10:59:18 UTC
another test case of forward referencing(I think it's related to this bug):
alias a.b c;
enum a{
	b
}
Comment 3 Walter Bright 2007年07月01日 14:07:36 UTC
Fixed DMD 1.018 and DMD 2.002


AltStyle によって変換されたページ (->オリジナル) /