[Bug 191] internal error when nesting class and recursive calls

2017-06-12 Thread via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=191 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug 191] internal error when nesting class and recursive calls

2017-06-11 Thread via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=191 Iain Buclaw changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Iain Buclaw

[Bug 191] internal error when nesting class and recursive calls

2015-07-04 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=191 --- Comment #2 from Iain Buclaw --- Extending from the original PR, there are another two tests to consider (which shows why it gets complicated). class OuterClass { void recurse() { class InnerClass { void test() {

[Bug 191] internal error when nesting class and recursive calls

2015-07-04 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=191 --- Comment #1 from Iain Buclaw --- Once again, getRightThis in the front-end is hurting us. This will complicate the area where the codegen should be handling this by ten-fold. I'll see what can be done in the meantime... -- You are receivi