[Issue 7031] New: Stack overflow with immutable recursive struct
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 29 13:03:05 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7031
Summary: Stack overflow with immutable recursive struct
Product: D
Version: D1 & D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: mrmocool at gmx.de
--- Comment #0 from Trass3r <mrmocool at gmx.de> 2011-11-29 13:02:03 PST ---
immutable(ReflectionInfo)* reflection;
struct ReflectionInfo
{
const(ReflectionInfo)[] objects;
}
$ gdb --args dmd -g test.d
--
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