Summary: | Assigning negative values to boolean variables does not give the correct result | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Gerd Behrmann <behrmann> |
Component: | GUI | Assignee: | Gerd Behrmann <behrmann> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 3.3.36 | ||
Hardware: | All | ||
OS: | All | ||
Architecture: | |||
Attachments: | Text case |
Description
Gerd Behrmann
2003-07-10 13:59:59 CEST
Created attachment 1 [details]
Text case
A fix has been checked into CVS. The fix contains the addition of a new BOOL type to libutap and special treatment of the assignment operation for booleans. As a consequence it is no longer possible to use boolean arguments to integer reference parameters and vice versa. Also pre/postfix de/increment is no longer allowed on booleans. |