new feature: --staticBoundChecks:on to enforce static array index checking (#10965)

This commit is contained in:
Andreas Rumpf
2020-03-18 14:25:10 +01:00
committed by GitHub
parent ed263e174e
commit 3f29911a94
16 changed files with 152 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
discard """
errormsg: "can prove: i + 1 > 30"
line: 21
errormsg: "cannot prove (i)..(i) disjoint from (i + 1)..(i + 1)"
line: 20
"""
import threadpool