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] value analysis
- Subject: [Frama-c-discuss] value analysis
- From: darwin401 at gmail.com (Drew Shaw)
- Date: Sat, 7 Jul 2012 18:16:25 -0500
I am trying to get frama-c to perform a value analysis on n_start. I have tried using axioms to tell frama-c that n_start greater than or equal to (start - 31) and less than or equal to start. Perhaps I am not taking the right approach can someone help? uint32_t start, n_start; n_start = 0; start = Frama_C_interval (0, CHAR_MAX); n_start = start - start%32; -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20120707/40809453/attachment.html>
- Follow-Ups:
- [Frama-c-discuss] value analysis
- From: virgile.prevosto at m4x.org (Virgile Prevosto)
- [Frama-c-discuss] value analysis
- From: jens.gerlach at first.fraunhofer.de (Jens Gerlach)
- [Frama-c-discuss] value analysis
- Prev by Date: [Frama-c-discuss] Aliasing
- Next by Date: [Frama-c-discuss] Using generated globals in the source code
- Previous by thread: [Frama-c-discuss] Aliasing
- Next by thread: [Frama-c-discuss] value analysis
- Index(es):