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,65b3f028266fd999 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Question about ordinary fixed point types. Date: Mon, 16 Aug 2010 20:56:27 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <4c685fac$0$2373$4d3efbfe@news.sover.net> <82aaomvn02.fsf@stephe-leake.org> <4c692129$0$2385$4d3efbfe@news.sover.net> <4c69a02b$0$2369$4d3efbfe@news.sover.net> <4c69c714$0$2387$4d3efbfe@news.sover.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1282006575 25251 192.74.137.71 (17 Aug 2010 00:56:15 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 17 Aug 2010 00:56:15 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:zazifCkNxij2DYi/NB7MwposxHs= Xref: g2news1.google.com comp.lang.ada:13439 Date: 2010-08-16T20:56:27-04:00 List-Id: "Peter C. Chapin" writes: > On 2010-08-16 19:01, Robert A Duff wrote: > >>> ...Of course, >>> I'm not really using very many implementations (just two). >> >> Which ones? (Just curious.) > > GNAT and also the Ada Magic front end that outputs C from Ada 95 source. OK, thanks, interesting. I've done some work on both of those Ada compilers, but nothing in the fixed-point-types area on either one. - Bob