Next: Mixing Elaboration Models, Previous: SPARK Elaboration Model in GNAT, Up: Elaboration Order Handling in GNAT [Contents][Index]
The legacy elaboration model is provided for compatibility with code bases
developed with pre-18.x versions of GNAT. It is similar in functionality to
the dynamic and static models of post-18.x version of GNAT, but may differ
in terms of diagnostics and run-time checks. The legacy elaboration model is
enabled with compiler switch -gnatH
.