--- layout: fc_discuss_archives title: Message 13 from Frama-C-discuss on January 2013 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] frama-c -wp got stuck



Dear all,

I just happened to build an example where frama-c (more precisely using the
wp plugin) got stuck (I stopped after ~10mins and ~2Go).
I kind of understand that the Typed model is experimental, which might
explains the behavior.
I am using the frama-c-Oxygen.
Bellow lies the content of the file that I process with the following
options: -wp -wp-model Typed -wp-proof none

/*@

  logic integer pow(integer x, integer y) = y == 0 ? 1 : (x * pow(x, y -
1));

  lemma pow_0: \forall integer x; pow(x, 0) == 1;

 */

Regards,

   Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130130/a2325568/attachment.html>