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,388fc53f584bd695 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Fixed point constants issue Date: Tue, 5 Oct 2010 01:27:43 -0500 Organization: Jacob Sparre Andersen Message-ID: References: <1f0l0baynq1x7$.phl9cqpwcr37.dlg@40tude.net> <8f7b0nF6hfU1@mid.individual.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1286260065 7810 69.95.181.76 (5 Oct 2010 06:27:45 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 5 Oct 2010 06:27:45 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-RFC2646: Format=Flowed; Response Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!feed.ac-versailles.fr!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail Xref: g2news1.google.com comp.lang.ada:14386 Date: 2010-10-05T01:27:43-05:00 List-Id: "Jeffrey Carter" wrote in message news:i7t9el$95r$1@tornado.tornevall.net... ... > It would be nice to hear from someone who implemented an Ada-83 compiler. > We know you're out there. I don't remember for certain, but my recollection is that Ada 83 always implicitly converts the leaves of an expression tree; that is operations on universal types are only used for named numbers, operands of type conversions and the like. I don't think Ada 95 changed this significantly (the way the rules are presented was changed a lot, but that's not particularly important). I remember hearing the exact evaluation saw as well, but I don't think it was ever true other than in very limited cases. Randy (who did write an Ada 83 compiler).