https://issues.dlang.org/show_bug.cgi?id=16360
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|wrong-code | CC| |[email protected] Severity|normal |enhancement --- Comment #2 from [email protected] --- I'm removing the "wrong-code" keyword, and downgrading this to an enhancement request. A wrong-code bug is when incorrect machine code is generated. The test case must compile and link for that, but dmd rejects the test case. It's only an enhancement request, because the spec explicitly allows the compiler to error out when it can't inline a function that has pragma(inline, true). --
