[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3569 Andrei Alexandrescu changed: What|Removed |Added Version|2.036 |D2 --

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2010-06-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2010-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 Don changed: What|Removed |Added Keywords||patch --- Comment #6 from Don 2010-06-07 13:24:

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2010-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 Don changed: What|Removed |Added Keywords|rejects-valid |ice-on-valid-code --- Comment #5 from Don 2010-

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 Don changed: What|Removed |Added Keywords|ice-on-valid-code, patch|rejects-valid --- Comment #4 from Don 2010-01-3

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 --- Comment #3 from Don 2010-01-22 00:09:28 PST --- Svn commit 337 gets rid of the stack overflow, and turns it into a rejects-valid bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2009-12-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 Don changed: What|Removed |Added Keywords||patch CC|

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 --- Comment #1 from Rob Jacques 2009-12-03 13:54:14 PST --- The cause of the stack overflow may be due to the C style initializers being incorrectly (correctly?) evaluated at compile time: i.e.: struct Foo { float opMul(float b) { return b