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,8c07fb80fc02e8b0 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!newscon02.news.prodigy.net!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Newbie question Date: Wed, 28 Nov 2007 19:46:24 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1196297184 29294 192.74.137.71 (29 Nov 2007 00:46:24 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Thu, 29 Nov 2007 00:46:24 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:Rr7gG1l4pNwcqjZqC6LFQre58WU= Xref: g2news1.google.com comp.lang.ada:18672 Date: 2007-11-28T19:46:24-05:00 List-Id: Stephen Leake writes: > However, as has been pointed out many times here, GNAT with the > default options is _not_ strictly an Ada compiler. You need -gnato and > -fstack-check to get strict Ada compliance. Right. You should also use -gnata to turn on assertions. - Bob