[Issue 16618] Segmentation fault: 11
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Oct 16 09:30:15 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16618
ag0aep6g at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice
CC| |ag0aep6g at gmail.com
Severity|regression |normal
--- Comment #2 from ag0aep6g at gmail.com ---
(In reply to changlon from comment #1)
Reduced/simplified further:
----
class Bufferz
{
alias owner this;
Buffer owner() { return Buffer.init; }
}
struct Buffer
{
alias range this;
Bufferz range() { return Bufferz.init; }
void slice() { error; }
}
----
You marked this as a regression, but you didn't specify which previous version
of dmd doesn't have the problem. For a bug to be a regression, the code must
have worked at some point. Downgrading to "normal".
--
More information about the Digitalmars-d-bugs
mailing list