Skip to content
Snippets Groups Projects
Commit 90e90ddf authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

24.0-Chromium release

parent b6b65ec1
No related branches found
No related tags found
1 merge request!13424.0-Chromium release
Pipeline #40091 passed
Showing
with 101 additions and 34 deletions
---
layout: default
date: "30-11-2021"
short_title: Frama-C 24.0 (Chromium)
title: Release of Frama-C 24.0 (Chromium)
link: /fc-versions/chromium.html
---
Frama-C 24.0 (Chromium) is out. Download it [here](/fc-versions/chromium.html).
Main changes with respect to Frama-C 23 (Vanadium) include:
#### Kernel
- support C11's `_Static_assert`
- support for flexible array members in nested struct (gcc machdeps only)
- fixes unsound reuse of recursive functions
#### E-ACSL
- new options for more precise reporting in case of failed assertion
- support for `\sum`, `\prod` and `\numof`
#### Eva
- new experimental `taint` domain for taint analysis
- new experimental `multidim` domain to improve analysis precision on arrays of structures and multidimensional arrays.
- new options for interprocedural states partitioning
- new `dynamic_split` annotation
- fixes soundness bugs in `octagon` and `bitwise` domains
- improve precision for `octagon` and `symbolic-locations` domains
#### Variadic
- translation of printf/scanf calls with non-constant formatting string
(assuming arguments match the format)
- falls back to a generic translation if specialized one fails, to
guarantee the absence of variadic calls after the plugin has run
#### WP
- removed `-wp-overflows` option, which was unsound
- experimental support for `terminates` clauses
...@@ -2,41 +2,41 @@ ...@@ -2,41 +2,41 @@
layout: version layout: version
number: 24 number: 24
name: Chromium name: Chromium
beta: true acsl: 17
releases: releases:
- number: 0 - number: 0
categories: categories:
- name: Frama-C v24.0-beta Chromium - name: Frama-C v24.0 Chromium
files: files:
- name: Source distribution - name: Source distribution
link: /download/frama-c-24.0-beta-Chromium.tar.gz link: /download/frama-c-24.0-Chromium.tar.gz
help: Compilation instructions help: Compilation instructions
help_link: /html/installations/chromium.html help_link: /html/installations/chromium.html
- name: User manual - name: User manual
link: /download/user-manual-24.0-beta-Chromium.pdf link: /download/user-manual-24.0-Chromium.pdf
- name: Plug-in development guide - name: Plug-in development guide
link: /download/plugin-development-guide-24.0-beta-Chromium.pdf link: /download/plugin-development-guide-24.0-Chromium.pdf
help: Hello plug-in tutorial archive help: Hello plug-in tutorial archive
help_link: /download/hello-24.0-beta-Chromium.tar.gz help_link: /download/hello-24.0-Chromium.tar.gz
- name: API Documentation - name: API Documentation
link: /download/frama-c-24.0-beta-Chromium-api.tar.gz link: /download/frama-c-24.0-Chromium-api.tar.gz
- name: ACSL 1.17 (Chromium implementation) - name: ACSL 1.17 (Chromium implementation)
link: /download/acsl-implementation-24.0-beta-Chromium.pdf link: /download/acsl-implementation-24.0-Chromium.pdf
- name: Plug-in Manuals - name: Plug-in Manuals
sort: true sort: true
files: files:
- name: Aoraï manual - name: Aoraï manual
link: /download/aorai-manual-24.0-beta-Chromium.pdf link: /download/aorai-manual-24.0-Chromium.pdf
help: Aoraï example help: Aoraï example
help_link: /download/aorai-example-24.0-beta-Chromium.tgz help_link: /download/aorai-example-24.0-Chromium.tgz
- name: Metrics manual - name: Metrics manual
link: /download/metrics-manual-24.0-beta-Chromium.pdf link: /download/metrics-manual-24.0-Chromium.pdf
- name: Rte manual - name: Rte manual
link: /download/rte-manual-24.0-beta-Chromium.pdf link: /download/rte-manual-24.0-Chromium.pdf
- name: Eva manual - name: Eva manual
link: /download/eva-manual-24.0-beta-Chromium.pdf link: /download/eva-manual-24.0-Chromium.pdf
- name: WP manual - name: WP manual
link: /download/wp-manual-24.0-beta-Chromium.pdf link: /download/wp-manual-24.0-Chromium.pdf
- name: E-ACSL manual - name: E-ACSL manual
link: /download/e-acsl/e-acsl-manual-24.0-beta-Chromium.pdf link: /download/e-acsl/e-acsl-manual-24.0-Chromium.pdf
--- ---
No preview for this file type
File added
No preview for this file type
File added
File added
No preview for this file type
File added
No preview for this file type
File added
No preview for this file type
No preview for this file type
File added
File added
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment