--- layout: fc_discuss_archives title: Message 12 from Frama-C-discuss on August 2015 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] trouble debugging assertions



Hi Tim,

Le 18/08/2015 08:44, Tim Newsham a écrit :
> What is confusing me is that the assertion right after the call site is the 
> same (seems to me!) as the "ensures" clause of the implementation!  So why
> is the analyzer not drawing the connection?  Is there something I can do to
> help it out?

I suspect that the states computed at the end of the function are merged before
returning, so the assertion cannot be verified anymore on the merged state.
Maybe you should try to use the option:
-val-split-return auto
or
-val-split-return-function auth:full

Hope this helps.

Anne.