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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6da02c98ea5cc99c X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!nlpi057.nbdc.sbc.com!prodigy.net!newsfeed-00.mathworks.com!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Project file - suggestions/help needed. Date: Sun, 03 Aug 2008 23:09:38 +0100 Organization: Pushface Message-ID: References: <4895659d$0$15880$edfadb0f@dtext01.news.tele.dk> <2Hllk.282253$yE1.253487@attbi_s21> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1217801378 10300 62.49.19.209 (3 Aug 2008 22:09:38 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 3 Aug 2008 22:09:38 +0000 (UTC) Cancel-Lock: sha1:F0ccuhrtoqNEdERCJIojlXdg1Z0= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) Xref: g2news1.google.com comp.lang.ada:1430 Date: 2008-08-03T23:09:38+01:00 List-Id: "Jeffrey R. Carter" writes: > Ada, as described in the ARM, requires integer overflow checking > (-gnato), raising Storage_Error if you bust the stack (-fstack-check), > and dynamic elaboration checks (-gnatE). If you want cross-unit > inlining, you need -gnatn. I wasn't able to see where the RM requires stack checking? 8.5.4(8.1/1), for example, mentions infinite recursion as a possibility (well, not possible really of course!)