comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <jeffrey.carter@boeing.com>
Subject: Re: Data Elaboration
Date: Thu, 21 Jun 2001 22:12:22 GMT
Date: 2001-06-21T22:12:22+00:00	[thread overview]
Message-ID: <3B327146.C1B43717@boeing.com> (raw)
In-Reply-To: 3b321d2f$1@pull.gecm.com

Martin Dowie wrote:
> 
> IF I have a package containing data object declarations, is
> it specified with the RM that they will be elaborated in
> the same order every time? e.g.
> 
> package Blah is
> 
>    Bool1 : Boolean;  -- always elaborates first
> 
>    Bool2 : Boolean;  -- always elaborates second
> 
>    Int1  : Integer;  -- always elaborates third
> 
> end Blah;

Yes.

ARM 3.11(7) says "The elaboration of a declarative_part consists of the
elaboration of the declarative_items, if any, in the order in which they
are given in the declarative_part."

-- 
Jeffrey Carter



  reply	other threads:[~2001-06-21 22:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-21 16:22 Data Elaboration Martin Dowie
2001-06-21 22:12 ` Jeffrey Carter [this message]
2001-06-22  6:04   ` Vincent Smeets
2001-06-22  7:23     ` Martin Dowie
2001-06-22  9:29       ` Vincent Smeets
2001-06-22 10:21         ` Martin Dowie
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox