Next: , Previous: , Up: Implementation Advice   [Contents][Index]


6.25 RM 13.5.2(5): Storage Place Attributes

"If a component is represented using some form of pointer (such as an offset) to the actual data of the component, and this data is contiguous with the rest of the object, then the storage place attributes should reflect the place of the actual data, not the pointer. If a component is allocated discontinuously from the rest of the object, then a warning should be generated upon reference to one of its storage place attributes."

Followed. There are no such components in GNAT.