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

Bug 268

Summary: Function local variables not recognized as non-compile time values
Product: UPPAAL Reporter: Gerd Behrmann <behrmann>
Component: libutapAssignee: 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:36:12 CET
In general the value of function local integer variables is not known at compile time. Therefore they must 
not be allowed in integer range specifications or arrays size specifications. Yes, such mistakes are not 
detected by the type checker.
Comment 1 Gerd Behrmann 2006-02-13 19:36:50 CET
Created attachment 87 [details]
Test case

Test case using a function local integer in array declaration inside a
function.
Comment 2 Gerd Behrmann 2006-02-20 20:18:23 CET
Fixed on the trunk (rev. 1541).