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

Bug 248 - Increment operator will not work boolean right-hand side value
Summary: Increment operator will not work boolean right-hand side value
Status: RESOLVED FIXED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: libutap (show other bugs)
Version: 3.6 Alpha 3
Hardware: All All
: P1 normal
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2006-01-09 19:14 CET by Gerd Behrmann
Modified: 2006-01-11 16:44 CET (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 Gerd Behrmann 2006-01-09 19:14:56 CET
An expression like 

i += b;

for b being a boolean should be valid (i = i + b is). But in alpha 3 it is rejected.
Comment 1 Gerd Behrmann 2006-01-11 16:44:26 CET
Fixed on the trunk (revision 1450).