D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 2854 - Empty struct constructor in const causes crash
Summary: Empty struct constructor in const causes crash
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 Windows
: P2 critical
Assignee: No Owner
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2009-04-18 19:08 UTC by Fractal
Modified: 2014-04-18 09:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Fractal 2009-04-18 19:08:49 UTC
struct Array
{	
	const Array Empty = Array();
	
	int[] numbers = [0, 1, 2];
}
Comment 1 Don 2010-01-15 06:51:11 UTC
Fixed DMD1.053.