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,WEIRD_PORT autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d5151b6052512f7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-08 00:16:48 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!priapus.visi.com!orange.octanews.net!news-out.visi.com!petbe.visi.com!news.octanews.net!newspeer.monmouth.com!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Overloading procedures with Float and Long_Float types Date: Mon, 08 Mar 2004 08:16:47 +0000 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1078733807 18196 62.49.62.197 (8 Mar 2004 08:16:47 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 8 Mar 2004 08:16:47 +0000 (UTC) User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Xref: archiver1.google.com comp.lang.ada:6130 Date: 2004-03-08T08:16:47+00:00 List-Id: On Mon, 08 Mar 2004 03:49:03 +0000, James Rogers wrote: > This appears to be a problem with your version. The version 3.15P > has no problems with this code. > > Jim Rogers Sorry, but it doesn't, this is the output of my installed 3.15p version which is the same as my 5.02w version: example.adb:228:19: ambiguous expression (cannot resolve "Translate") example.adb:228:19: possible interpretation at gl.ads:1153 example.adb:228:19: possible interpretation at gl.ads:1151 example.adb:288:19: ambiguous expression (cannot resolve "Translate") example.adb:288:19: possible interpretation at gl.ads:1153 example.adb:288:19: possible interpretation at gl.ads:1151 gnatmake: "example.adb" compilation error Luke.