This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada question about PR 18434
- From: Robert Dewar <dewar at adacore dot com>
- To: Laurent GUERBY <laurent at guerby dot net>
- Cc: Arnaud Charlet <charlet at adacore dot com>, Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>, gcc at gcc dot gnu dot org
- Date: Sat, 01 Oct 2005 13:30:50 -0400
- Subject: Re: Ada question about PR 18434
- References: <1128112128.12250.124.camel@pc.site> <433E82FD.5020600@adacore.com> <1128175336.12250.146.camel@pc.site>
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