View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0001389 | Frama-C | Plug-in > wp | public | 2013-04-15 14:35 | 2013-04-16 17:07 | ||||||||
Reporter | signoles | ||||||||||||
Assigned To | correnson | ||||||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||||||
Status | assigned | Resolution | open | ||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0001389: Translation of tsets | ||||||||||||
Description | Some tsets are not yet properly translated by Wp. Here is an example which expresses that the first n-th indexes of an array are equal to 0 (the ensures clause): /*@ requires n >= 0; @ requires \valid(t+(0..n-1)); @ ensures \result != 0 <==> t[0..n-1] == 0; @ assigns \nothing; @*/ int all_zeros(int t[], int n); | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files |
|
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-15 14:35 | signoles | New Issue | |
2013-04-15 14:35 | signoles | Status | new => assigned |
2013-04-15 14:35 | signoles | Assigned To | => correnson |
2013-04-16 17:07 | signoles | Summary | Traduction of tsets => Translation of tsets |
2013-05-24 14:14 | signoles | Relationship added | related to 0001428 |