This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada question about PR 18434


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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]