[Issue 15056] [REG2.068.1] Unstored RAII struct return yields bogus error: "cannot mix core.std.stdlib.alloca() and exception handling"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 19 13:44:33 PDT 2015


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

--- Comment #8 from Martin Nowak <code at dawg.eu> ---
Indeed there is a problem that the dtor codegen for expressions doesn't account
for nothrow.
https://github.com/D-Programming-Language/dmd/blob/7a8fc052b6a6ab0a9296e2319f1e3825e66a88c0/src/e2ir.c#L5497

--


More information about the Digitalmars-d-bugs mailing list