- Jan 25, 2022
-
-
Andre Maroneze authored
-
- Jan 20, 2022
-
-
- Jan 14, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Dec 10, 2021
-
-
Andre Maroneze authored
-
- Nov 18, 2021
-
-
Andre Maroneze authored
Clang 13 emits warnings related to uninitialized variables: variable 'r' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] This is due to the fact that the assert(0) macro, when using Frama-C's libc, is expanded to __FC_assert. Since it is not known by the compiler, it cannot consider it as "noreturn" when the condition is zero. Note that adding '__attribute__ ((__noreturn__))' will not work: Frama-C will assume it never returns, even when the condition is true. Initializing the 'r' variables with a default value will not change the actual behavior, and will avoid the warnings.
-
- Nov 02, 2021
-
-
- Oct 19, 2021
-
-
Andre Maroneze authored
-
- Oct 13, 2021
-
-
Andre Maroneze authored
-
- Oct 11, 2021
-
-
- Sep 30, 2021
-
-
- Sep 01, 2021
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Aug 26, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jun 25, 2021
-
-
Andre Maroneze authored
-
- Jun 10, 2021
-
-
Andre Maroneze authored
-
- Jun 04, 2021
-
-
Due to the absence of a long double version of the pow() logic function, and due to likely little demand for ldexpl, this function has not been specified.
-
-
- Jun 01, 2021
-
-
- May 18, 2021
-
-
Andre Maroneze authored
-
- May 12, 2021
-
-
- Apr 26, 2021
-
-
Andre Maroneze authored
-
-
- Apr 07, 2021
-
-
Andre Maroneze authored
-
- Mar 25, 2021
-
-
-
The behaviors leading to forbidden floating-point values are now removed, and the negation of their assumes are added as preconditions.
-
- Feb 04, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Nov 18, 2020
-
-
Andre Maroneze authored
Fixes #877. Nowadays, Metrics has option -metrics-no-libc to exclude definitions from the Frama-C standard library, which was the purpose of the __FRAMA_C_MODEL__. Also, several libc variables were lacking the attribute, leading to inconsistent results.
-
- Oct 13, 2020
-
-
- Sep 23, 2020
-
-
Andre Maroneze authored
-
- Sep 17, 2020
-
-
Andre Maroneze authored
-
- Jul 15, 2020
-
-
- Jun 03, 2020
-
-
Andre Maroneze authored
-
- May 27, 2020
-
-
Andre Maroneze authored
-
- Apr 30, 2020
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-