[Issue 21618] New: rdmd does not accept `-boundscheck=off` argument
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 7 22:11:03 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21618
Issue ID: 21618
Summary: rdmd does not accept `-boundscheck=off` argument
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: tools
Assignee: nobody at puremagic.com
Reporter: b2.temp at gmx.com
---
void main()
{
}
---
$rdmd main.d -boundscheck=off
> std.conv.ConvException@/home/travis/dlang/dmd-> 2.094.1/linux/bin64/../../src/phobos/std/conv.d(2225): Can't parse string: bool >should be case-insensitive 'true' or 'false'
--
More information about the Digitalmars-d-bugs
mailing list