[Issue 4983] [ICE] Stack overflow while initializing struct member with address of one of its methods

2012-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4983 Kenji Hara changed: What|Removed |Added Summary|Stack overflow while|[ICE] Stack overflow while

[Issue 4983] [ICE] Stack overflow while initializing struct member with address of one of its methods

2012-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4983 --- Comment #4 from Kenji Hara 2012-06-01 05:21:44 PDT --- More simple case: struct Foo { int dg = &Foo.init; } In AddrExp, compiler will try to convert Foo.init to lvalue with Expression::toLvalue, but it is not possible, then try to outpu

[Issue 4983] [ICE] Stack overflow while initializing struct member with address of one of its methods

2013-11-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4983 Kenji Hara changed: What|Removed |Added Keywords||pull Platform|Other

[Issue 4983] [ICE] Stack overflow while initializing struct member with address of one of its methods

2013-11-21 Thread d-bugmail
/ea594913e1ec5d050af0c8bbf6c9a2ff6fea5995 fix Issue 4983 - [ICE] Stack overflow while initializing struct member with address of one of its methods https://github.com/D-Programming-Language/dmd/commit/3f51edc81a9465fd896acfb1f42a81acb90397f7 Merge pull request #2849 from 9rnsr/fix4983 Issue 4983 - [ICE] Stack overflow while

[Issue 4983] [ICE] Stack overflow while initializing struct member with address of one of its methods

2013-11-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4983 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|