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

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!mitvma.mit.edu!FLEINERC%CFRUNI51.BITNET
  3. From: FLEINERC%CFRUNI51.BITNET@mitvma.mit.edu
  4. Subject: Signal 6 while compiling libgcc2.c _floatdidf
  5. Message-ID: <9301081206.AA12845@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 8 Jan 1993 12:09:00 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 22
  12.  
  13. Error when installing gcc -2.3.3
  14.  
  15. gcc-2.3.3 compiled without problems (using gcc-2.3.2), but when
  16. installing, it tried to compile _floatdidf in libgcc2.c and
  17. stopped with
  18.  
  19.         xgcc: internal compiler error: program cc1 got fatal signal 6
  20.  
  21. I have an ISC Version 3.2, Systempro 386.
  22. I used "configure isc", wich worked great on gcc-2.2.2 and gcc-2.3.2.
  23.  
  24. If commenting out the 2 lines
  25.         d *= HIGH_HALFWORD_COEFF;
  26.         d *= HIGH_HALFWORD_COEFF;
  27. it works.
  28.  
  29. Thanks for any help.
  30.  
  31. Claudio Fleiner (fleinerc@cfruni51.bitnet)
  32.  
  33.  
  34.  
  35.