1510 – ICE: Assertion failure: 'ad' on line 925 in file 'func.c'

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 1510 - ICE: Assertion failure: 'ad' on line 925 in file 'func.c'
Summary: ICE: Assertion failure: 'ad' on line 925 in file 'func.c'
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 Windows
: P2 normal
Assignee: Walter Bright
URL:
Keywords:
Depends on:
Blocks:
Reported: 2007年09月17日 20:42 UTC by david
Modified: 2014年02月16日 15:21 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年09月17日 20:42:35 UTC
template k(T)
{
	static this()
	{
		static assert(is(T:int));
	}
	void func(T t){}
}
void main()
{
	mixin k!(int);
}
Comment 1 Brad Roberts 2007年10月20日 03:48:30 UTC
Fixed in 1.022/2.005


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