August 13, 2016 [Issue 16382] New: Passing &this as a CT parameter seg faults dmd | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16382 Issue ID: 16382 Summary: Passing &this as a CT parameter seg faults dmd Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW Severity: enhancement Priority: P3 Component: dmd Assignee: nobody@puremagic.com Reporter: eyal@weka.io testcrash.d: void bar()() { } struct P { void foo() { bar!(&this)(); } } dmd -o- -c testcrash --> segfault DMD64 D Compiler v2.071.1 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply