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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d053083f91c271b2 X-Google-Attributes: gid103376,public From: tmel@concentric.net Subject: Re: floating point problem Date: 1997/03/02 Message-ID: <5fbfpm$j7k@chronicle.concentric.net>#1/1 X-Deja-AN: 222492721 References: <5f0faa$6ok@mtinsc04.worldnet.att.net> <3318ec25.25756932@news.pr.erau.edu> To: corbin@cruzio.com Organization: Concentric Internet Services Newsgroups: comp.lang.ada Date: 1997-03-02T00:00:00+00:00 List-Id: I have the same problem with GNAT3.07! I am also using a 486sx. What I do is run the program from the command line by entering the name of the executable file only. DO NOT use the gexecute command, the program will crash. Also remember that GNAT3.07 only recognizes the first 8 characters of your filename. TMK corbin@cruzio.com (Corbin Dunn) wrote: >it should work.... > >On Wed, 26 Feb 97 04:52:24 GMT, rawlins2@marshall.edu (bill) wrote: > >>hi again, >>if you read my last post then you know i am >>very new to gnats ada95 compiler. I installed it last night >>and after overcoming some stupidly simple problems i think i have actually >>encountered a "real" problem as far as these things go.. >> >>in testing simple programs using things like ada.float_text_io and >>ada.integer_text_io i have been unable to compile anything that uses floating >>point values. >> >> >>I don't understand the error that occurs except to say that my screen is >>spammed to death by comments that say something like.. >> >> >>c:\usr\local\lib\gcc-lib\i386-pc-cygwin32\2.7.2\gnat1.exe frame 15 : sp = >>0x276f360, pc = 0x5bc5b4 >>end of stack trace, more stack frames may be present. >> >> >>the code i used to produce this fault was >> >>with ada.float_text_io; >>procedure floattest is >>x: float; >>begin >>x := 3.2 + 4.8; >>ada.float_text_io.put (x); >>end floattest; >> >>obviously very simple so anyone have any ideas why i can't use the floating >>point? >> >>does it matter that my system is only a 486sx2/66 ? >> >>thanks in advance. >>bill rawlinson >> >> ___ ___ >> (/__) . /) /) (/__) http://webpages.marshall.edu/~rawlins2 >> /__) (__(__(___ /\ __ /) . _ _ >> ( ( \ (_/(_(_(_(__(__(_/\/_/_)__(_)_/\/______ >> > >-- >corbin@cruzio.com >-- >"640K ought to be enough memory for anybody" >-Bill Gates, 1981