https://issues.dlang.org/show_bug.cgi?id=14536

Martin Nowak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Martin Nowak <[email protected]> ---
cat > bug.d << CODE
extern(C++) class Bar {}

void main()
{
    auto inst = new Bar;
    delete inst;
}
CODE

Crashes in rt_finalize2.
Weirdly enough works with `scope` classes. I vaguely remember someone hacked
around that crash for scope classes in dmd.

--

Reply via email to