Re: Ada standard elaboration order

2007-10-19 Thread Florian Weimer
* Christophe Meudec: > So how can the body of system.soft_links be elaborated prior to the > body of ada.exceptions since it is dependent on it? The standard library is not subject to the elaboration rules of the language. It's not written in standard Ada, either.

Ada standard elaboration order

2007-10-19 Thread Christophe Meudec
Just an old newbie question. when I look at the elaboration order generated by gnatbind for the standard libraries I get the following: ... system.soft_links (spec) system.soft_links (body) ... ada.exceptions (body) ... but the body of soft_links contains Ada.Exceptions.Save_Occ