[Issue 4841] -inline wrecks certain nested structs causing error *** is a nested function and cannot be accessed from ***

2013-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4841 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||c...@benjamin-thaut.de

[Issue 4841] -inline wrecks certain nested structs causing error *** is a nested function and cannot be accessed from ***

2013-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4841 --- Comment #19 from github-bugzi...@puremagic.com 2013-07-11 23:49:29 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 4841] -inline wrecks certain nested structs causing error *** is a nested function and cannot be accessed from ***

2013-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4841 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 4841] -inline wrecks certain nested structs causing error *** is a nested function and cannot be accessed from ***

2013-07-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4841 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #18

[Issue 4841] -inline wrecks certain nested structs causing error *** is a nested function and cannot be accessed from ***

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4841 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Platform|x86 |All

[Issue 4841] -inline wrecks certain nested structs causing error *** is a nested function and cannot be accessed from ***

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4841 --- Comment #17 from bearophile_h...@eml.cc 2013-06-10 15:13:45 PDT --- (In reply to comment #16) As mixing -inline/non-inline modules may result in a wrong code because of Issue 9193 one can use -inline only for toy D projects. If you