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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,463f43cb921b8322 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!j14g2000prh.googlegroups.com!not-for-mail From: ytomino Newsgroups: comp.lang.ada Subject: Re: -dead_strip and exception handling Date: Sat, 20 Aug 2011 15:29:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 114.150.103.115 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1313879438 6078 127.0.0.1 (20 Aug 2011 22:30:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 20 Aug 2011 22:30:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j14g2000prh.googlegroups.com; posting-host=114.150.103.115; posting-account=Mi71UQoAAACnFhXo1NVxPlurinchtkIj User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRUAELSC X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21671 Date: 2011-08-20T15:29:14-07:00 List-Id: On Aug 21, 6:48=A0am, Simon Wright wrote: > The exception is caught OK here: Lion 11.1, Xcode 4.1, GNAT GPL 2011 and > GCC 4.6.0. I used gcc 4.6.1 in previous test. At first, I thought that it's a problem of ld. But I saw your result and tried again with gcc 4.5.1, it's ok... Apparently, my gcc 4.6.1 may be broken...I've to rebuild it. Thank you, Simon.