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] Frama-C: Detecting unreachable code?
- Subject: [Frama-c-discuss] Frama-C: Detecting unreachable code?
- From: dganesan at fc-md.umd.edu (Dharmalingam Ganesan)
- Date: Wed, 22 Jan 2014 21:54:23 -0500
Hi, I'm wondering whether Frama-C can report unreachable code without any annotation, for example, see the below code? int i = 0; int main() { if (0 <= i && i <= 10) { return -1; } if (i == 5) { /* can never reach here? */ return -2; } return 0; } ________________________________________ From: frama-c-discuss-bounces at lists.gforge.inria.fr [frama-c-discuss-bounces at lists.gforge.inria.fr] On Behalf Of David MENTRE [dmentre at linux-france.org] Sent: Friday, January 17, 2014 2:34 AM To: frama-c-discuss at lists.gforge.inria.fr Subject: Re: [Frama-c-discuss] Frama-c: WP issues Hello Dharmalingam, Le 16/01/2014 19:09, Dharmalingam Ganesan a ?crit : > I just got an email that this issue is fixed. I'm very curious to try > but do not know where to pull the source code of the updated > version? You cannot. CEA's code repository is closed. You'll have to wait next official release (like me). Best regards, david _______________________________________________ Frama-c-discuss mailing list Frama-c-discuss at lists.gforge.inria.fr http://cp.mcafee.com/d/5fHCNASyOYqejhOMNtYsrKrjKYyYMM-yCrjKYyYMM-UOrjKYyYMM-yMrjKYCVtxdVcSwhS7QS0atInlgVJl3LgrdKSbGEsSGxTEdCTDr8f89LZvC7676kuLsKyYCeUsqem4n4-mKzp55mWr7axVZicHs3jq9J4TvAm4TDNOb2pEVdTdw0PVkDjybE07-B2cJVSe08n8ixwCHIcfBisEeRNSeGWnIngBiPta6ToWHFuNt2lbdQEn8lrxrW0E-l9QUyW01_Fgzbutyrpd7bb1I5-Aq83iSbNRniZyW4GmrFgQKCy0nzGKBX96y01gIq89kETZ3tPsUB8bl8SVXsx
- Follow-Ups:
- [Frama-c-discuss] Frama-C: Detecting unreachable code?
- From: dmentre at linux-france.org (David MENTRE)
- [Frama-c-discuss] Frama-C: Detecting unreachable code?
- Prev by Date: [Frama-c-discuss] Frama-c: WP issues
- Next by Date: [Frama-c-discuss] Frama-C: Detecting unreachable code?
- Previous by thread: [Frama-c-discuss] Proving Memory Safety of String Algorithms without Providing Loop Invariants
- Next by thread: [Frama-c-discuss] Frama-C: Detecting unreachable code?
- Index(es):