Developer Center |
Friday January 19, 2007
Although Ada itself does not have a mechanism for declaring local entities with a static global allocation, the code generator does have this feature, and it is used in some Ada cases, e.g. for local exceptions in subprograms. Such usage is now indicated by the keyword static in the listing of generated code using -gnatG or -gnatD switches.
Posted
in Development Log, GNAT Compilation System