Gedare Bloom started a new discussion: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/57#note_121621


I don't think this is the right solution.  Either the issue is a compiler bug, 
or else the code that gets generated is in fact accessing data outside of the 
variable. For this case, it would mean there is not actually any (enough) data 
memory at that location for the data size being accessed. The solution is 
likely to avoid generating the code with the warning. It has to know that 
specific array is empty.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/57#note_121621
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to