Any number of ";" should be allowed in specifications
ID0000713: This issue was created automatically from Mantis Issue 713. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000713 | Frama-C | Kernel > ACSL implementation | public | 2011-02-10 | 2011-02-10 |
Reporter | boris | Assigned To | virgile | Resolution | open |
Priority | normal | Severity | feature | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Carbon-20101202-beta2 | Target Version | - | Fixed in Version | - |
Description :
The specification below produces a syntax error. As in C, any number of ";" should be allowed in specifications.
Additional Information :
#define v(this) requires \valid(this);
/*@ v(this); v(&this->a); */