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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3fec9418c677c0c7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-14 17:50:02 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!wn14feed!worldnet.att.net!attbi_feed3!attbi.com!attbi_s51.POSTED!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: Subject: Re: Gnat's Ada.Float_Text_IO.Put problem X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 24.34.215.119 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s51 1074131401 24.34.215.119 (Thu, 15 Jan 2004 01:50:01 GMT) NNTP-Posting-Date: Thu, 15 Jan 2004 01:50:01 GMT Organization: Comcast Online Date: Thu, 15 Jan 2004 01:50:01 GMT Xref: archiver1.google.com comp.lang.ada:4419 Date: 2004-01-15T01:50:01+00:00 List-Id: "Stefano M." wrote in message news:bu3h2r$eid$1@fata.cs.interbusiness.it... > Hi, I recently stumbled across this very weird behaviour from gnat's > Ada.Float_Text_IO.Put, it seems to always return 0.0 regardless the stuff deleted > > The gnat's version I'm using is: > > ste@sim:~/prove$ gnat > GNAT 3.3.2 Copyright 1996-2002 Free Software Foundation Inc. > > The host I'm compiling on is: > What is going on is that the version of gnat in the 3.X.X tree is still experimental and being merged. Even x86 Linux has had severe problems. Add to that an relatively obscure target and you've got a broken compiler. Either use GNAT 3.15, try to get GNAT Pro (assuming they are willing to sell it to you) or Give the version in the gcc CVS archives a try since it has a lot more of the ACT merges in it.