[Issue 8691] New: Stack overflow with recursive struct
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Sep 18 20:06:01 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8691
Summary: Stack overflow with recursive struct
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2012-09-18 20:07:01 PDT ---
struct Foo {
Foo[1] foos;
}
void main() {}
DMD 2.061alpha shows:
Stack overflow
--
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