home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / bug / 3108 next >
Encoding:
Text File  |  1993-01-05  |  2.2 KB  |  57 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ebenezer.wustl.edu!petcher
  3. From: petcher@ebenezer.wustl.edu (Donald N. Petcher)
  4. Subject: Bug in gcc on RS6000 ?
  5. Message-ID: <9301042003.AA14924@_ebenezer.wustl.edu_>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 4 Jan 1993 20:03:51 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 44
  12.  
  13. When trying to 'make LANGUAGES=c' on an IBM RS6000 running AIX, I got the 
  14. following output:
  15.  
  16. > make LANGUAGES=c
  17. >         rm -f tmplibgcc2.a
  18. >         set -e; \
  19. >          for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 \
  20. >               _negdi2 _lshrdi3 _lshldi3 _ashldi3 _ashrdi3 _udiv_w_sdiv \
  21. >               _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf \
  22. >               _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi \
  23. >               _fixsfdi __gc c_bcmp _varargs _eprintf _builtin_new \
  24. >               _caps_New _builtin_del _bb _shtab _clear_cache _trampoline \
  25. >               __main _exit _ctors; \
  26. >                 do \
  27. >                   echo ${name}; \
  28. >                   ./xgcc -B./ -O2  -DIN_GCC   -g  -g1 -I. -I. -I./config -c 
  29. >                   -DL${name} ./libgcc2.c -o ${name}.o; \
  30. >                   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  31. >                   ar rc tmplibgcc2.a ${name}.o; \
  32. >                   rm -f ${name}.o; \
  33. >                 done
  34. > _muldi3
  35. > Assembler:
  36. > /tmp/ccG20Crx.s: line 33: 1252-142 Syntax error.
  37. > make: 1254-004 The error code from the last command is 1.
  38. > Make Quitting.
  39.  
  40. Is this related to the bug mentioned in in the AIX assembler that is
  41. mentioned in the README.RS6000 file, or is it a bug in the compiler? Since
  42. the README file only mentioned that the bug would occur when debugging code
  43. compiled by gcc, I assumed that the compiler would compile itself whether I
  44. have the patch or not (I don't know yet whether we do have the patch but I
  45. suspect not). Please help. I would badly like to have gcc running on our
  46. RS6000's. Thanks,
  47.  
  48. Cheers,                                         petcher@wuphys.wustl.edu
  49. Don Petcher
  50. Physics Department
  51. Washington University
  52. Saint Louis, MO 63130
  53.  
  54.