This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 338 - does not allow empty initialisation expression in "for" loop
Summary: does not allow empty initialisation expression in "for" loop
Status: ASSIGNED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: libutap (show other bugs)
Version: 4.0.1
Hardware: PC All
: P2 enhancement
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2006-07-12 18:56 CEST by Marius Mikučionis
Modified: 2006-07-13 10:20 CEST (History)
0 users

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Mikučionis 2006-07-12 18:56:47 CEST
e.g. the following gives syntax error:
int j=1, i=1;
for ( ; i<5 ; ++i) j*=i;
Comment 1 Gerd Behrmann 2006-07-13 10:20:59 CEST
I do not recall this being valid UPPAAL syntax. Reducing severity to 'enhancement'.