home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6402 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

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