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,d26c6b989a75af31 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-13 03:18:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Problems with gcc, gnat and RedHat 8 Date: 13 Oct 2002 11:19:31 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <87zntjylf9.fsf@deneb.enyo.de> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1034504324 3176 62.49.19.209 (13 Oct 2002 10:18:44 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 13 Oct 2002 10:18:44 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:29738 Date: 2002-10-13T11:19:31+01:00 List-Id: Florian Weimer writes: > Reinert Korsnes writes: > > > ** What I do wrong here ? Or something wrong in RH8's Ada ? > > It appears that this particular bug will be fixed in GCC 3.3. The last 3.3 I have is an update done 22 September, and it is OK in that. smaug[11]$ GNAT_PREFIX=/opt/gcc-3.3-20020922 gnatmake -f test1 gcc -c test1.adb gnatbind -x test1.ali gnatlink test1.ali smaug[12]$ ./test1 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211 x: 10.0000000 sin(x): -0.5440211