Bug 63181

Summary: GCC segfault when compiling in -march=k6
Product: [Retired] Red Hat Linux Reporter: Need Real Name <looky.nexes>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-15 19:50:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2002-04-10 21:38:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)

Description of problem:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-31/include -Wall -Wstrict-prototypes -Wn
o-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unuse
d -pipe -mpreferred-stack-boundary=2 -march=k6    -DEXPORT_SYMTAB -c signal.c
signal.c: In function `sys_rt_sigtimedwait':
signal.c:977: Internal error: Erreur de segmentation.
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[2]: *** [signal.o] Erreur 2
make[2]: Quitte le rC)pertoire `/usr/src/linux-2.4.9-31/kernel'
make[1]: *** [first_rule] Erreur 2
make[1]: Quitte le rC)pertoire `/usr/src/linux-2.4.9-31/kernel'
make: *** [_dir_kernel] Erreur 2


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. configure for -march=k6   / ADM k6 architecture
2. make
3. segfault!
	

Additional info:

Comment 1 Jakub Jelinek 2002-04-11 08:16:14 UTC
Is this reproduceable, always on the same file same error?
If yes, please attach here preprocessed source (add -save-temps to gcc command
line) and mention what exact gcc options and arguments were used to compile
that file.