Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] More warnings for address overlays

Monday September 17, 2007

If one variable is overlaid by another (for x’address use y’address), then execution is potentially erroneous if the alignment or size of y is less than that of x. Previously some cases of this did result in warnings at compile time, but with this enhancement, many more cases are caught.

 

Posted by Posted in Development Log, GNAT Compilation System