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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e6545823a74c7c29,start X-Google-Attributes: gid103376,public From: wemagor@sym1.cca.rockwell.com_nospam (Wayne Magor) Subject: Fixed point design error in Ada95 Date: 1998/09/09 Message-ID: <6t6ihg$dkn1@onews.collins.rockwell.com>#1/1 X-Deja-AN: 389491786 Distribution: world Sender: wemagor@sym1.cca.rockwell.com (Wayne Magor) Organization: Rockwell Collins - Avionics Reply-To: No@Junk.Mail Newsgroups: comp.lang.ada Date: 1998-09-09T00:00:00+00:00 List-Id: I don't follow this newsgroup regularly, so I'm sorry if this topic has been discussed to death already. I'd like to know if there is a plan to fix the design error in Ada95 that prevents user overloading of the "*" and "/" operators for fixed-point types (it results in an ambiguity on the call)? The last I heard, the GNAT compiler did not implement fixed-point correctly (as per the Ada95 spec) so this wasn't a problem for that compiler. Is that true? Can other compilers do the same? I had heard that this problem was known and was being discussed over a year ago. Was there a resolution, or is it being deferred to the next version of Ada? Is there a web site that contains Ada language issues such as this? Also, what is the name of the Ada language maintenance committee? Thanks, Wayne.