DLang's Issue Tracking System – Issue 2854
Empty struct constructor in const causes crash
Last modified: 2014-04-18 09:12:07 UTC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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
I
mportance
:
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
)
CC List:
1 user
(
show
)
clugdbug
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
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.
Format For Printing
-
XML
-
Clone This Issue
-
Top of page