[Issue 7602] New: [CTFE] Segmentation fault when using array.keys
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 27 12:20:10 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7602
Summary: [CTFE] Segmentation fault when using array.keys
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: robert at octarineparrot.com
--- Comment #0 from Robert Clipsham <robert at octarineparrot.com> 2012-02-27 20:20:08 GMT ---
The following code:
----
string[] test()
{
int[string] array;
return array.keys;
}
enum str = test();
----
Gives a segmentation fault with dmd 2.058 and dmd master.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list