home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / help / 2851 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.5 KB  |  49 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!haven.umd.edu!purdue!ames!agate!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!wotan.compaq.com!twisto.eng.hou.compaq.com!twisto!smiley
  3. From: smiley@akasha.eng.hou.compaq.com (Colin Smiley)
  4. Subject: GCC 2.3.3 and i386 BSD 4.4
  5. Message-ID: <SMILEY.93Jan4112738@akasha.eng.hou.compaq.com>
  6. Sender: news@twisto.eng.hou.compaq.com (Netnews Account)
  7. Organization: Compaq Computer Corporation
  8. Distribution: gnu
  9. Date: Mon, 4 Jan 1993 16:27:38 GMT
  10. Lines: 37
  11.  
  12.  
  13.  
  14. We have been trying to compile GCC 2.3.3 on one of our 386bsd machines
  15. and it is failing in enquire.c.
  16.  
  17. from the make...
  18.  
  19. [ 6 ]make LANGUAGES=c enquire
  20. ./xgcc -B./  -DIN_GCC   -g     -DNO_MEM -DNO_STDDEF -DNO_LONG_DOUBLE_IO -O0
  21. -I.  -c ./enquire.c
  22. ./enquire.c: In function `fprop':
  23. ./enquire.c:2307: floating constant out of range
  24. *** Error code 1
  25.  
  26. Stop.
  27.  
  28.  
  29. So, trying a different tack, we tried compiling it with the cc on bsd
  30. 4.4 (which is really gcc-1.39).  This time, enquire compiles, but
  31. fails when trying to create float.h, printing the message "*** Program
  32. got loss-of-precision trap!".
  33.  
  34. Any thoughts on this?
  35.  
  36.  
  37. Thanks,
  38.  
  39. Colin
  40.  
  41. --
  42. -------------------------------------------------------------------------
  43. Colin Smiley, Compaq Computer Corporation, Houston, Texas 77269-2000
  44. e-mail: smiley@compaq.com                           Phone: (713) 378-8426
  45. -------------------------------------------------------------------------
  46. Disclaimer:  Any opinions expressed here do not reflect the opinions of
  47. Compaq Computer Corp.  They make computers.  I make noise.
  48.  
  49.