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,ebfd1d7c60facfc5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: elaboration circularity detected problem, How to fix? Date: Tue, 21 Sep 2004 11:09:06 +0100 Organization: BAE SYSTEMS Message-ID: <414ffc57$1_1@baen1673807.greenlnk.net> References: <414eee7d@dnews.tpgi.com.au><414efb5b$1_1@baen1673807.greenlnk.net> <87oek027dd.fsf@deneb.enyo.de> X-Trace: news.uni-berlin.de wP4+JfS0d3FpMRqDOyBC2g2powky3G3W4oJT1+eZ51E/rkv+yB X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:3892 Date: 2004-09-21T11:09:06+01:00 List-Id: Randy Brukardt wrote: > We had to put in a bunch of Gnat-specific pragmas to eliminate the problems. > Program_Error would never be raised at runtime, and remember that you > need -gnatE to conform to the standard (dynamic elaboration checks is > what the Standard requires). So to change from "GNAT" to "Ada" the list of options is "-gnato -gnatE -fstack-check"? Anyone got any more?..