[Issue 14308] Compiling druntime with -release breaks range exceptions
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Mar 19 09:00:03 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14308
Ketmar Dark <ketmar at ketmar.no-ip.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ketmar at ketmar.no-ip.org
Resolution|--- |INVALID
--- Comment #1 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
this is the expected result: "-release" flag turns off bounds checking. it was
designed to do so. using "-release" means "i fully debugged my code and i'm
sure that there either no out-of-bounds errors, or i'm checking that manually".
so i'm closing the bug as invalid.
--
More information about the Digitalmars-d-bugs
mailing list