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-15 03:56:29 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Gnat's Ada.Float_Text_IO.Put problem Date: Thu, 15 Jan 2004 11:56:28 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <8c4gd1-ifb.ln1@beastie.ix.netcom.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1074167788 3810 134.91.1.34 (15 Jan 2004 11:56:28 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 15 Jan 2004 11:56:28 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:4432 Date: 2004-01-15T11:56:28+00:00 List-Id: Stefano M. wrote: : I really doubt that my problem is related to a internal : misrepresentation of floating point numbers So do I but just to make sure I suggested to have a look, sometimes surprising things happen :-) Reset imports __gnat_init_float. init.c shows HAVE_GNAT_INIT_FLOAT and various #if-framed __gnat_init_float functions/sections. IFAICS, the fall back __gnat_init_float is just empty... maybe the system library provides fset* functions that you can try? -- Georg