Frama-C-discuss mailing list archives
This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- Subject: [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- From: dmentre at linux-france.org (David MENTRE)
- Date: Mon, 14 Oct 2013 09:38:03 +0200
- In-reply-to: <CAA1cxugCoVcCFSd4joSnq9Pnk5EstakSnTK6MuGZTKEvArK21Q@mail.gmail.com>
- References: <CAA1cxugCoVcCFSd4joSnq9Pnk5EstakSnTK6MuGZTKEvArK21Q@mail.gmail.com>
Hello David, 2013/10/11 David Yang <abiao.yang at gmail.com>: > Value analysis plugin seems not to support "volatile" variables. While i use > value analysis plugin to analysis a function has volatile variables, many > dead code is reported. Hmm, the reported dead code is probably an indirect effect of the use of volatile. As far as I know, "volatile" is supported in Frama-C Fluorine and tells Frama-C: "a new value can be read each time this variable is accessed, do not rely on previous analysis for this variable". Would you have a minimal example that reproduces the issue? Best regards, david
- Follow-Ups:
- [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- From: abiao.yang at gmail.com (David Yang)
- [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- References:
- [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- From: abiao.yang at gmail.com (David Yang)
- [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- Prev by Date: [Frama-c-discuss] euklid.c
- Next by Date: [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- Previous by thread: [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- Next by thread: [Frama-c-discuss] about volatile variable in value analysis plugin and "Volatile" plugin
- Index(es):