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,6c7dea22b75ba442 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Stack checking in GNAT Date: Wed, 28 Nov 2007 19:32:29 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1194747665.6151.31.camel@K72> <_evZi.177931$Xa3.50640@attbi_s22> <87hcjq46t4.fsf@ludovic-brenta.org> <473abc9d$0$13104$9b4e6d93@newsspool2.arcor-online.net> <1195035988.599522.87580@50g2000hsm.googlegroups.com> <1195043147.1007.263.camel@kartoffel> <1195052954.315227.220840@o3g2000hsb.googlegroups.com> <1195056238.1007.317.camel@kartoffel> <1195058211.682783.288340@d55g2000hsg.googlegroups.com> <87pryb2e2k.fsf@willow.rfc1149.net> <87tznm1q90.fsf_-_@ludovic-brenta.org> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1196296354 24580 192.74.137.71 (29 Nov 2007 00:32:34 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Thu, 29 Nov 2007 00:32:34 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:0rKlG3zR3OIjjgIp7JFF9nXn4Zg= Xref: g2news1.google.com comp.lang.ada:18671 Date: 2007-11-28T19:32:29-05:00 List-Id: Ludovic Brenta writes: > I don't understand the difference between the flags in System and > those in Targparm (i.e. why are there two sets of flags, and what > happens if their values are different?). ... The flags in Targparm are read from the flags in System, so they should match. The default values in Targparm are irrelevant, unless you have some sort of version mismatch (new version of Targparm with an old version of System). Anyway, as far as I know, stack checking works correctly in the latest GNAT versions from AdaCore. - Bob