home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11850 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.5 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!darwin.sura.net!newsserver.jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sunic!dkuug!flshub!phk
  2. From: phk@data.fls.dk (P-HK/Poul-Henning Kamp)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Correct values for float.h, compiling gcc-2.3.3
  5. Message-ID: <1993Jan26.083016.13402@data.fls.dk>
  6. Date: 26 Jan 93 08:30:16 GMT
  7. References: <1993Jan25.152028.10017@yrloc.ipsa.reuter.COM>
  8. Organization: FLS Data A/S, Valby, Copenhagen, Denmark.
  9. Lines: 21
  10.  
  11. bsd@yrloc.ipsa.reuter.COM (Brian de Alwis) writes:
  12.  
  13. >What exactly are the correct values for <float.h>?
  14.  
  15. >This problem has come up while attempting to compile gcc-2.3.3 (are
  16. >there any patches out there? I couldn't find any, with my limited
  17. >resources here). It seems that the build proceeds with no problems
  18. >until enquire.c is compiled with the new xgcc. On line 2307, it
  19. >craps out with a `floating point constant out of range'. I haven't
  20. >had too much time to look at any further.
  21.  
  22. The problem lies with [efsv]printf and very small numbers, like the smallest
  23. normalised number 2.225073858507201383090232717332404064219e-308
  24. and the next smaller 2.22507385850720088902458687608585988765e-308 comming
  25. out the same.
  26.  
  27. -- 
  28. phk@data.fls.dk          ||  The seven hazards of computing:
  29. Poul-Henning Kamp      ||  The hardware, the software, the supplier
  30. FLS DATA A/S, Denmark      ||  the application, the user, the operator
  31. Phone: (+45) 36 18 12 35  ||  and the data.        Stan Kelly-Bootle
  32.