home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / bug / 2682 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.2 KB  |  59 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!stanford.edu!agate!spool.mu.edu!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!orl.mmc.COM!chucks
  3. From: chucks@orl.mmc.COM (Malcolm C. Strickland)
  4. Subject: bug in gcc 2.3.1
  5. Message-ID: <9211091619.AA29921@spock.orl.mmc.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 9 Nov 1992 06:19:45 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 46
  12.  
  13.  I built and installed gcc 2.3.1 this weekend. it was built initialilly
  14.  using gcc 2.2.2. I am running sun os 4.1.2 on sun4c architecture.
  15.  
  16.  when attempting to build mit X distribution I get the following error.
  17.  
  18.  % gcc -fpcc-struct-return -c -I/pub/X11R5/include -DSUNSHLIB -DSHAREDCODE -v -f
  19. pic -O2 Context.c
  20. Reading specs from /pub/local/gnu/lib/gcc-lib/sparc-sun-sunos412/2.3.1/specs
  21. gcc version 2.3.1
  22.  /pub/local/gnu/lib/gcc-lib/sparc-sun-sunos412/2.3.1/cpp -lang-c -v -DSUNSHLIB -DSHAREDCODE -I/pub/X11R5/include -undef -D__GNUC__=2 -Dsparc -Dsun -Dunix -D__sparc__ -D__sun__ -D__unix__ -D__sparc -D__sun -D__unix -D__OPTIMIZE__ Context.c /tmp/cca29443.i
  23. GNU CPP version 2.3.1 (sparc)
  24.  /pub/local/gnu/lib/gcc-lib/sparc-sun-sunos412/2.3.1/cc1 /tmp/cca29443.i -quiet -dumpbase Context.c -O2 -version -fpcc-struct-return -fpic -o /tmp/cca29443.s
  25. GNU C version 2.3.1 (sparc) compiled by GNU C version 2.3.1.
  26. gcc: Internal compiler error: program cc1 got fatal signal 6
  27.  
  28.  
  29.  this is on file mit/lib/X/Context.c
  30.  
  31.  if you remove the -fpic options it works with no problems but does not
  32.  produce position independent code.
  33.  
  34.  
  35.  the mit X code is x11R5 pl 17.
  36.  
  37.  this fails on only some modules.
  38.  
  39.  passwed:
  40.  lib/Xmu/AllCmap.c lib/Xaw/AllWidgets.c
  41.  
  42.  failed:
  43.   lib/XtActionHook.c  lib/Xmu/Atoms.c  lib/oldXXDraw.c
  44.  
  45.  
  46.  I will continue to try and isolate what is causing the failure, am hoping
  47.  this is a known error.
  48.  
  49.  
  50.  
  51. *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
  52. Malcolm C. Strickland                 Martin Marietta Missile Systems
  53. chuck-strickland@orl.mmc.com          mail point 170    
  54. Phone: 407-356-7437                   pobox 555837
  55. Fax:   407-356-5482                   orlando florida 32855-5837
  56. *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
  57.  
  58.  
  59.