From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5978c98b23dbfa0b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.75.170 with SMTP id d10mr7330919pbw.6.1324543268869; Thu, 22 Dec 2011 00:41:08 -0800 (PST) Path: lh20ni51002pbb.0!nntp.google.com!news2.google.com!postnews.google.com!z1g2000vbx.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Debugging Ada Date: Thu, 22 Dec 2011 00:39:20 -0800 (PST) Organization: http://groups.google.com Message-ID: <757bf1b5-0d20-4b40-b0d2-f3a17ad11acb@z1g2000vbx.googlegroups.com> References: <4b7ed906-dfbb-4f73-826e-f1c94ec320e7@k10g2000yqk.googlegroups.com> <5567da15-bd12-4dee-be27-b98525ea1323@x19g2000yqf.googlegroups.com> <1fcdb3e7-6125-4cdc-9514-dd3cff2a7350@h3g2000yqa.googlegroups.com> <0892748e-8943-41e3-8843-9121838b4465@f33g2000yqh.googlegroups.com> <56da68a5-1d00-4ec7-863b-c9a2a7a64f95@l19g2000yqc.googlegroups.com> <87zkelvhbr.fsf@ludovic-brenta.org> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 X-Trace: posting.google.com 1324543268 12539 127.0.0.1 (22 Dec 2011 08:41:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 22 Dec 2011 08:41:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z1g2000vbx.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.8) Gecko/20100728 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-22T00:39:20-08:00 List-Id: Adam Beneschan wrote on comp.lang.ada: > If LAN_CFG_FILE is declared inside a procedure as shown in a previous > post, how can elaboration order be an issue? It was my understanding from the very beginning that LAN_CFG_FILE was a constant declared in a package, not a subprogram; it is the OP who suspects a problem with elaboration. -- Ludovic Brenta.