home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / bug / 3112 < prev    next >
Encoding:
Text File  |  1993-01-05  |  989 b   |  26 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!kikka.hut.fi!apm
  3. From: apm@kikka.hut.fi (Antti Miettinen)
  4. Subject: gcc-2.3.3, IRIX 4.0.1, <limits.h> vs <float.h>
  5. Message-ID: <9301050211.AA02217@kikka.hut.fi>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 5 Jan 1993 06:11:24 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 13
  12.  
  13. This is not exactly a bug report. This is just an observation of a
  14. peculiar situation that might require fixing (propably not).
  15.  
  16. The IRIX-system header limits.h unconditionally defines for example
  17. DBL_MAX. So does gcc's float.h but it undef's old definitions before
  18. defining. If a program includes float.h before limits.h (like for
  19. example Integer.cc in libg++-2.3 does) one gets a lot of warnings.
  20. This may not be serious but the constants in system limits.h (and
  21. system float.h) are also a bit different from the ones in gcc's
  22. float.h.
  23.  
  24.  
  25.  
  26.