home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- 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
- From: chucks@orl.mmc.COM (Malcolm C. Strickland)
- Subject: bug in gcc 2.3.1
- Message-ID: <9211091619.AA29921@spock.orl.mmc.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 9 Nov 1992 06:19:45 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 46
-
- I built and installed gcc 2.3.1 this weekend. it was built initialilly
- using gcc 2.2.2. I am running sun os 4.1.2 on sun4c architecture.
-
- when attempting to build mit X distribution I get the following error.
-
- % gcc -fpcc-struct-return -c -I/pub/X11R5/include -DSUNSHLIB -DSHAREDCODE -v -f
- pic -O2 Context.c
- Reading specs from /pub/local/gnu/lib/gcc-lib/sparc-sun-sunos412/2.3.1/specs
- gcc version 2.3.1
- /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
- GNU CPP version 2.3.1 (sparc)
- /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
- GNU C version 2.3.1 (sparc) compiled by GNU C version 2.3.1.
- gcc: Internal compiler error: program cc1 got fatal signal 6
-
-
- this is on file mit/lib/X/Context.c
-
- if you remove the -fpic options it works with no problems but does not
- produce position independent code.
-
-
- the mit X code is x11R5 pl 17.
-
- this fails on only some modules.
-
- passwed:
- lib/Xmu/AllCmap.c lib/Xaw/AllWidgets.c
-
- failed:
- lib/XtActionHook.c lib/Xmu/Atoms.c lib/oldXXDraw.c
-
-
- I will continue to try and isolate what is causing the failure, am hoping
- this is a known error.
-
-
-
- *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
- Malcolm C. Strickland Martin Marietta Missile Systems
- chuck-strickland@orl.mmc.com mail point 170
- Phone: 407-356-7437 pobox 555837
- Fax: 407-356-5482 orlando florida 32855-5837
- *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
-
-
-