You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/libsolidity/smtCheckerTests/overflow/signed_guard_sum_overflow.sol
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,5 @@ contract C {
8
8
// SMTEngine: all
9
9
// SMTIgnoreCex: yes
10
10
// ----
11
-
// Warning 3944: (78-83): CHC: Underflow (resulting value less than -57896044618658097711785492504343953926634992332820282019728792003956564819968) happens here.
11
+
// Warning 3944: (78-83): CHC: Underflow (resulting value less than -0x80 * 2**248) happens here.
12
12
// Warning 4984: (78-83): CHC: Overflow (resulting value larger than 0x80 * 2**248 - 1) happens here.
Copy file name to clipboardExpand all lines: test/libsolidity/smtCheckerTests/overflow/signed_mul_overflow.sol
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ contract C {
7
7
// SMTEngine: all
8
8
// SMTIgnoreCex: yes
9
9
// ----
10
-
// Warning 3944: (77-82): CHC: Underflow (resulting value less than -57896044618658097711785492504343953926634992332820282019728792003956564819968) happens here.
10
+
// Warning 3944: (77-82): CHC: Underflow (resulting value less than -0x80 * 2**248) happens here.
11
11
// Warning 4984: (77-82): CHC: Overflow (resulting value larger than 0x80 * 2**248 - 1) happens here.
Copy file name to clipboardExpand all lines: test/libsolidity/smtCheckerTests/overflow/signed_sub_overflow.sol
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ contract C {
7
7
// SMTEngine: all
8
8
// SMTIgnoreCex: yes
9
9
// ----
10
-
// Warning 3944: (77-82): CHC: Underflow (resulting value less than -57896044618658097711785492504343953926634992332820282019728792003956564819968) happens here.
10
+
// Warning 3944: (77-82): CHC: Underflow (resulting value less than -0x80 * 2**248) happens here.
11
11
// Warning 4984: (77-82): CHC: Overflow (resulting value larger than 0x80 * 2**248 - 1) happens here.
Copy file name to clipboardExpand all lines: test/libsolidity/smtCheckerTests/overflow/signed_sum_overflow.sol
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ contract C {
7
7
// SMTEngine: all
8
8
// SMTIgnoreCex: yes
9
9
// ----
10
-
// Warning 3944: (77-82): CHC: Underflow (resulting value less than -57896044618658097711785492504343953926634992332820282019728792003956564819968) happens here.
10
+
// Warning 3944: (77-82): CHC: Underflow (resulting value less than -0x80 * 2**248) happens here.
11
11
// Warning 4984: (77-82): CHC: Overflow (resulting value larger than 0x80 * 2**248 - 1) happens here.
0 commit comments