https://issues.dlang.org/show_bug.cgi?id=10124
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |backend Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #5 from Walter Bright <[email protected]> --- This is an artifact of 2's complement arithmetic. Instrumenting the code to detect integer arithmetic overflows will have a large performance penalty, so is not done. --
