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,8f7b0ead76cf5827 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail From: "ldb" Newsgroups: comp.lang.ada Subject: Re: Exception propagation with optimization flags Date: 4 Oct 2006 06:31:13 -0700 Organization: http://groups.google.com Message-ID: <1159968673.163378.15830@m7g2000cwm.googlegroups.com> References: <1159913899.620229.69760@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: 206.210.81.52 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1159968678 14055 127.0.0.1 (4 Oct 2006 13:31:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Oct 2006 13:31:18 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000cwm.googlegroups.com; posting-host=206.210.81.52; posting-account=V3awPg0AAAB11Uk1Sshvlrxz0peUf-At Xref: g2news2.google.com comp.lang.ada:6864 Date: 2006-10-04T06:31:13-07:00 List-Id: Stephen Leake wrote: > "ldb" writes: > > > Can someone explain why this particular combinations of build flags > > causes exceptions to stop propagating. > > You need to say what compiler and OS you are using, and give the > complete command lines. > > -- > -- Stephe I did, I thought. gnatmake 3.4.5 (Red Hat 3.4.5-2) Linux (Red Hat) gnatmake -fomit-frame-pointer -O2 super.adb (doesn't work) gnatmake -fomit-frame-pointer -O1 super.adb (works) gnatmake -O2 super.adb (works)