home *** CD-ROM | disk | FTP | other *** search
- Path: globe.indirect.com!fnf
- From: fnf@fishpond.ninemoons.com (Fred Fish)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: GCC floating point bug - please help!
- Date: 27 Mar 1996 15:30:39 GMT
- Organization: Cronus
- Message-ID: <4jbmuv$dp2@globe.indirect.com>
- References: <3151d7ce@usura.metropolis.nl>
- NNTP-Posting-Host: amigalib.com
-
- In article <3151d7ce@usura.metropolis.nl>,
- Jurjen Oskam <joskam@usura.metropolis.nl> wrote:
- >
- >Is there a mailinglist about the GCC compiler? The list at funet.fi seems to be
- >inaccessible.
-
- Try "ade-gcc@ninemoons.com". Send email to "majordomo@ninemoons.com"
- with the body of the message containing just "help" for info about the
- mailing lists.
-
- >I have two problems with this C++ program, compiled with the GCC compiler
- >version 2.7.0 (is that the latest version, BTW) with no options.
-
- The ADE compiler is 2.7.2 (ftp.ninemoons.com:pub/ade/...).
-
- >The first one is: it requires more than *800* KB of stack to compile properly!
- >Is that normal?
-
- Dunno about that. I did just try compiling your example with 400 Kb
- of stack and had no trouble with it.
-
- >The second one is: it doesn't work right. It produces this output:
-
- I got this output, with both the Amiga ADE compiler and on a linux
- box:
-
- starting amount: 1000
- interest: 5
- 1.05
- after 1 years: 1050
- after 2 years: 1102.5
- after 3 years: 1157.62
- after 4 years: 1215.51
- after 5 years: 1276.28
- after 6 years: 1340.1
- after 7 years: 1407.1
- after 8 years: 1477.46
- after 9 years: 1551.33
- after 10 years: 1628.89
-
- -Fred
- --
- CRONUS -- 1840 E. Warner Road #105-265 -- Tempe, AZ 85284 -- USA
- Voice: (800) 804-0833 or (602) 491-0442 FAX: (602) 491-0048
- Email: info@ninemoons.com
- Ftp site: ftp.ninemoons.com
-