C++: Remove safeFloor in simple range analysis

This commit is contained in:
Simon Friis Vindum
2026-01-07 11:00:18 +01:00
parent bd24fb0baa
commit f5ddb1d51d
5 changed files with 12 additions and 28 deletions

View File

@@ -351,7 +351,7 @@
| test.c:330:14:330:14 | r | -2147483648 |
| test.c:333:10:333:14 | total | -2147483648 |
| test.c:341:32:341:34 | odd | 9007199254740991 |
| test.c:343:10:343:16 | shifted | 4503599627370495.5 |
| test.c:343:10:343:16 | shifted | 4503599627370495 |
| test.c:348:7:348:7 | x | -2147483648 |
| test.c:352:10:352:10 | i | 0 |
| test.c:353:5:353:5 | i | 0 |

View File

@@ -351,7 +351,7 @@
| test.c:330:14:330:14 | r | 2147483647 |
| test.c:333:10:333:14 | total | 2147483647 |
| test.c:341:32:341:34 | odd | 9007199254740991 |
| test.c:343:10:343:16 | shifted | 4503599627370495.5 |
| test.c:343:10:343:16 | shifted | 4503599627370495 |
| test.c:348:7:348:7 | x | 2147483647 |
| test.c:352:10:352:10 | i | 7 |
| test.c:353:5:353:5 | i | 2 |