[Issue 12202] SortedRange + alias this + foreach => Segmentation fault

2017-01-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12202 Martin Krejcirik changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12202] SortedRange + alias this + foreach = Segmentation fault

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12202 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 12202] SortedRange + alias this + foreach = Segmentation fault

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12202 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice Severity|normal

[Issue 12202] SortedRange + alias this + foreach = Segmentation fault

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12202 --- Comment #2 from hst...@quickfur.ath.cx --- OK, managed to cut it down to an almost bare-minimal test case: range.d @property front()() { } --- test.d struct S { import range; } unittest { S a1; foreach(i,