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: a07f3367d7,468faeb0abcd305e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.75.137 with SMTP id c9mr3628902wiw.0.1366080980993; Mon, 15 Apr 2013 19:56:20 -0700 (PDT) Path: p18ni69668wiv.0!nntp.google.com!feeder1.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.130.MISMATCH!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news.teledata-fn.de!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!pnx.dk!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Extended Exceptions and other tweaks. Date: Mon, 8 Apr 2013 10:21:04 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <39102c40-a4e3-4991-a94a-d7d51856c83d@googlegroups.com> <3c252206-989c-40c6-838f-6a37eeac9349@googlegroups.com> Mime-Version: 1.0 Injection-Date: Mon, 8 Apr 2013 10:21:04 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="da745e888d4a5182b5fda6212bbb0a63"; logging-data="11880"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+OpCHOAGoNPMTpZny6WQ9Q+xo6FNGPOO8=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:gZYj+bl3OH0PKQFFWHnboqH1DxA= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2013-04-08T10:21:04+00:00 List-Id: On Sun, 07 Apr 2013 13:20:52 -0700, rrr.eee.27 wrote: > On Saturday, April 6, 2013 5:49:55 PM UTC+2, Lucretia wrote: >> On Monday, 1 April 2013 21:36:58 UTC+1, Brian Drummond wrote: >> > To Luke : thanks for the clarification on your experiments. >> In fact the bug report is >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53684 and as usual, >> monosyllablic style responses :/ >> > > The comment #2 in the mentioned bug report is correct. I can't see a comment #2 in that report? > Also in the > configurable run time mode you need the files a-except.ad[sb]. They can > be very short, however. Have look at these files in the latest AVR-Ada > (V1.2.1). Local exceptions -- including user defined ones -- are > possible in AVR-Ada. It would be interesting to know if porting these helps Luke's situation. I have borrowed the AVR-Ada RTS as a starting point for the TI MSP430 and it's looking good so far. I haven't tried exceptions yet though, but I'll report when I get that far. - Brian