[Issue 15387] New: slice in extern(C++) ICE's
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Nov 29 02:06:11 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15387
Issue ID: 15387
Summary: slice in extern(C++) ICE's
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: turkeyman at gmail.com
This shouldn't crash the compiler;
extern (C++) struct X
{
this(int[] x) {}
}
A helpful error message would be nice.
--
More information about the Digitalmars-d-bugs
mailing list