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] Help with the Value Set Analysis


  • Subject: [Frama-c-discuss] Help with the Value Set Analysis
  • From: drb3065 at louisiana.edu (Davidson Boccardo)
  • Date: Tue, 13 Apr 2010 10:48:29 -0300

Hi,

I would like to know if is possible to see the interval-congruence values
(VSA) for the variables itself and not just
for the return statements. I will clarify my point by the log generated
using frama-c.

[value] ====== VALUES COMPUTED ======
[value] Values for function teste:
          a ? {1; 11; }
[value] Values for function Soma:
          __retres ? {10; }
[value] Values for function Subtrai:
          __retres ? [-10..8],0%2
[value] Values for function main:
          a ? {10; }
          b ? {0; }
          i ? {10; }
          soma ? {10; }
          subtracao ? {8; }
          __retres ? {1; }

Why is not shown that a and b for instance is coitained in the VSA [0,10].


I will appreciate with someone may clarity my question.

Thanks in advance,
Davidson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20100413/7d232323/attachment.htm>