Laurent GUERBY wrote:
If I'm reading it correctly, osint body is elaborated after osint.m one,
so there seem to be a bug.
I agree, looks like a bug
May be it doesn't trigger because in some
condition/platform no code is needed at runtime for the default
initialization of integer variables by a constant (done at link time)
whereas on other platform it's not the case (does gnatbind knows about
that?).
Could be (gnatbind certainly does not know about that, but I still don't
understand how the elaboration order cuold be wrong, most odd).
Laurent