Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27639

Summary: Emerging gcc-3.2.3-r1 causes segfault
Product: Gentoo Linux Reporter: Jaakko Holster <yaggo>
Component: [OLD] GCC PortingAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED DUPLICATE    
Severity: normal CC: brandy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jaakko Holster 2003-08-31 03:08:29 UTC
When I try to upgrade gcc 3.2.2 -> 3.2.3-r1 by 'emerge -u system', 
compilation causes a segfault.  
  
--clip--  
stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/ -c -DIN_GCC    -march=athlon-xp -pipe  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic  
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I.  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/.  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/config  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/../include  
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/regrename.c -o regrename.o  
stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/ -c -DIN_GCC    -march=athlon-xp -pipe  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic  
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I.  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/.  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/config  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/../include  
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/reload.c -o reload.o  
stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/ -c -DIN_GCC    -march=athlon-xp -pipe  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic  
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I.  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/.  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/config  
-I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/../include  
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/reload1.c -o reload1.o  
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/reload.c: In function  
`find_reloads_address_1':  
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/reload.c:5674: warning: comparison  
between signed and unsigned  
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/reload1.c: In function `eliminate_regs':  
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/reload1.c:2666: internal error:  
Segmentation fault  
Please submit a full bug report,  
with preprocessed source if appropriate.  
See <URL:http://bugs.gentoo.org/> for instructions.  
make[2]: *** [reload1.o] Error 1  
make[2]: *** Waiting for unfinished jobs....  
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2.3-r1/work/build/gcc'  
make[1]: *** [stage2_build] Error 2  
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2.3-r1/work/build/gcc'  
make: *** [bootstrap-lean] Error 2  
  
!!! ERROR: sys-devel/gcc-3.2.3-r1 failed.  
!!! Function src_compile, Line 371, Exitcode 2  
!!! (no error message)
Comment 1 Brandy Westcott (RETIRED) gentoo-dev 2003-08-31 20:24:12 UTC
This is a duplicate of Bug #27638 :) 
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-09-01 11:45:57 UTC

*** This bug has been marked as a duplicate of 27638 ***