mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Add underflow/overflow target to CHC
This commit is contained in:
@@ -14,6 +14,6 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2661: (117-122): Overflow (resulting value larger than 127) happens here
|
||||
// Warning 2661: (151-158): Overflow (resulting value larger than 127) happens here
|
||||
// Warning 4144: (197-205): Underflow (resulting value less than -128) happens here
|
||||
// Warning 4984: (117-122): Overflow (resulting value larger than 127) happens here
|
||||
// Warning 4984: (151-158): Overflow (resulting value larger than 127) happens here
|
||||
// Warning 3944: (197-205): Underflow (resulting value less than -128) happens here
|
||||
|
||||
Reference in New Issue
Block a user