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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7a83623780b9aa09 X-Google-Attributes: gid103376,public From: robert_dewar@my-dejanews.com Subject: Re: Are there any automatic tools to convert ada83 source into ada95? Date: 1998/12/29 Message-ID: <769fl1$mcr$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 426620601 References: <766l70$dh1$1@nnrp1.dejanews.com> <87vhiv3m7j.fsf@mihalis.ix.netcom.com> X-Http-Proxy: 1.0 x7.dejanews.com:80 (Squid/1.1.22) for client 166.72.71.176 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Dec 29 02:43:44 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1998-12-29T00:00:00+00:00 List-Id: In article <87vhiv3m7j.fsf@mihalis.ix.netcom.com>, Chris Morgan wrote: > The only systematic problem was that our > exception handlers were standardised with > > ... > when CONSTRAINT_ERROR => > DO_SOMETHING; > when NUMERIC_ERROR => > DP_SOMETHING_ELSE; > ... > > which is no longer legal. To be clear on this point, this was highly dubious code in Ada 83, since Ada 83 compilers were allowed to raise Constraint_Error instead of Numeric_Error in any situation. So the above code was dubious, implementation-dependent Ada 83 code in any case. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own