Partial support of tset leads to assert failure
ID0000476: This issue was created automatically from Mantis Issue 476. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000476 | Frama-C | Plug-in > jessie | public | 2010-05-11 | 2010-12-18 |
Reporter | signoles | Assigned To | cmarche | Resolution | fixed |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Boron-20100401 | Target Version | - | Fixed in Version | Frama-C Carbon-20101202-beta2 |
Description :
=== a.c === void f(int t[], int n) { /*@ assert t[0..n-1] == 0; */ }
$ frama-c -jessie a.c [kernel] preprocessing with "gcc -C -E -I. -dD /localhome/julien/a.c" [jessie] Starting Jessie translation [jessie] Producing Jessie files in subdir /localhome/julien/a.jessie [jessie] File /localhome/julien/a.jessie/a.jc written. [jessie] File /localhome/julien/a.jessie/a.cloc written. [jessie] Calling Jessie tool in subdir /localhome/julien/a.jessie Generating Why function f File "jc/jc_interp.ml", line 1000, characters 27-27: Uncaught exception: File "jc/jc_interp.ml", line 1000, characters 27-33: Assertion failed [jessie] user error: Jessie subprocess failed: jessie -why-opt -split-user-conj -v -locs a.cloc a.jc