Summary: | Function local arrays are not correctly initialised | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Gerd Behrmann <behrmann> |
Component: | Engine | Assignee: | Gerd Behrmann <behrmann> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | P1 | ||
Version: | 3.6 Alpha 4 | ||
Hardware: | All | ||
OS: | All | ||
Architecture: | |||
Attachments: | Test case |
Description
Gerd Behrmann
2006-02-13 19:39:19 CET
Created attachment 88 [details]
Test case
Test case that assigns a value from a function local array to a global
variable. In the simulator it is clear that the wrong value is assigned to x.
Fixed on the trunk as of rev. 1515. |