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] on context sensitive points-to analysis
- Subject: [Frama-c-discuss] on context sensitive points-to analysis
- From: Patrick.Baudin at cea.fr (BAUDIN Patrick)
- Date: Thu, 11 Feb 2010 13:11:05 +0100
- In-reply-to: <4B73C086.7010409@jung.tec.toyota.co.jp>
- References: <mailman.1364.1265815060.24779.frama-c-discuss@lists.gforge.inria.fr> <4B73C086.7010409@jung.tec.toyota.co.jp>
There is an example where a statement gets a spare mark and cannot be removed. Othewise, the execution of the sliced code will crash ! The command line is: frama-c-gui spare_mark.c -slice-return g -lib-entry -main g int X, Y ; void f(int x, int y) { X += x ; Y = 100/y ; } int U, V ; int g(int val) { V = 0 ; X = V ; V = val ; // <- statement with a spare mark f(U, V); f(V, X); return Y; } -- Patrick Baudin, CEA, LIST, SOL, F-91191 Gif-sur-Yvette cedex, France. tel: +33 (0)1 6908 2072
- References:
- [Frama-c-discuss] on context sensitive points-to analysis
- From: myungjin at jung.tec.toyota.co.jp (jung, myung-jin)
- [Frama-c-discuss] on context sensitive points-to analysis
- Prev by Date: [Frama-c-discuss] [Frama-c-discus] on context sensitive points-to analysis
- Next by Date: [Frama-c-discuss] on context sensitive points-to analysis
- Previous by thread: [Frama-c-discuss] [Frama-c-discus] on context sensitive points-to analysis
- Next by thread: [Frama-c-discuss] on context sensitive points-to analysis
- Index(es):