October 16, 2016 [Issue 16618] New: Segmentation fault: 11 | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16618 Issue ID: 16618 Summary: Segmentation fault: 11 Product: D Version: D2 Hardware: x86 OS: All Status: NEW Severity: regression Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: changlon@gmail.com ```d struct embed(T) { alias payload this; @property payload() inout { embed_instance ; } } class Bufferz { } struct Buffer { embed!Bufferz _range ; pragma(inline) { } } ``` -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply