[Issue 16772] New: ICE when using extern(C++) and ubyte[] return value
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Nov 25 01:51:14 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16772
Issue ID: 16772
Summary: ICE when using extern(C++) and ubyte[] return value
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: critical
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: atila.neves at gmail.com
extern(C++) ubyte[] foo() { return []; }
dmd foo.d:
Error: Internal Compiler Error: unsupported type ubyte[]
--
More information about the Digitalmars-d-bugs
mailing list