-
Hello everybody,
I had some issue while implementing rules for integer usage in clang-tidy and
would like to ask for some clarification/discussion. The rules in discussion
are ES.100-107 in gener…
-
Here's a test program:
```
program bug
integer, pointer :: pvar
integer, target :: tvar
tvar = 2
pvar => tvar
!$omp parallel private (pvar, tvar)
tvar = 1
pvar => tvar
!$omp …
-
This report is about many issues which need to be addressed systematically (preferably all at once).
Currently Uppaal always implements signed `int32_t` operations, which might be incorrect when ov…
-
Ruby code that uses exact integer arithmetic such as `a + 1 + 1` will not be combined to `a + 2`. I guess it's because it thinks the two deoptimisations that you get on the two overflows are different…
-
In section 5.7 on page 124 of The OpenGL Shading Language, Version 4.60.8, the paragraph starting with "The arithmetic unary operators..." is incorrectly formatted resulting in missing symbols.
P…
-
It's been pointed out several times that floats can't properly represent decimal fractions and that the resulting rounding problems cause annoyances in the RFTools Spawner. For example, #1146 and #946…
-
This task is to create a new Beman.BoundsTests library implementing Lisa Lippincott's [Functions for Testing Boundary Conditions on Integer Operations](https://www.open-std.org/JTC1/SC22/WG21/docs/pap…
camio updated
2 weeks ago
-
The following example is not proved without the axiomatisation of Why3 over the modulo operator (
[test_mod.zip](https://github.com/OCamlPro/alt-ergo/files/5282161/test_mod.zip))
```
goal G1 :
(…
-
Unsafe integer operations (using the operators +, -, /, *, , % ) could lead to:
- overflowing (in release mode, leading to unexpected behavior)
- crashing (in debug mode, or when dividing by zero - …
-
In a nutshell: there are SMT-LIB problems that can be typechecked in a given logic, but may not be typechecked in the `ALL` logic.
## Context and problematic example
More precisely, the webpage …
Gbury updated
3 weeks ago