Function local arrays that have an initialiser are not properly initialised. Often the value is simply the default value and sometimes an error about invalid initial states is produced when uploading it to the server.
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.