View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001144 | Frama-C | Kernel | public | 2012-04-07 12:30 | 2014-02-12 16:59 | ||||
Reporter | pascal | ||||||||
Assigned To | virgile | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | Frama-C GIT, precise the release id | ||||||||
Target Version | Fixed in Version | Frama-C Oxygen-20120901 | |||||||
Summary | 0001144: 17944 using option -unspecified-access, no alarm for x + (x=0) | ||||||||
Description | On the program below, with bin/toplevel.opt -val -unspecified-access t.c, it would be desireable to have an alarm. Instead, the return value is computed as zero. int main(void) { int d = 5; return d + (d=0); } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-07 12:30 | pascal | New Issue | |
2012-04-07 12:32 | pascal | Status | new => assigned |
2012-04-07 12:32 | pascal | Assigned To | => virgile |
2012-04-09 20:15 | svn | ||
2012-04-09 20:15 | svn | Status | assigned => resolved |
2012-04-09 20:15 | svn | Resolution | open => fixed |
2012-09-19 17:15 | signoles | Fixed in Version | => Frama-C Oxygen-20120901 |
2012-09-19 17:16 | signoles | Status | resolved => closed |
2013-12-19 01:12 | Source_changeset_attached | => framac master b178ca48 | |
2014-02-12 16:54 | Source_changeset_attached | => framac stable/neon b178ca48 | |
2014-02-12 16:59 | Note Added: 0004702 | ||
2014-02-12 16:59 | Status | closed => resolved |