http://d.puremagic.com/issues/show_bug.cgi?id=5966
Summary: [2.053 beta][CTFE] Stack overflow on trivial func
Product: D
Version: future
Platform: Other
OS/Version: Windows
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Nick Sabalausky <[email protected]> 2011-05-08
22:42:36 PDT ---
string[] foo(string[] a)
{
a[0] = a[0][0..$];
return a;
}
enum var = foo([""]);
> dmd test.d
Stack overflow
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------