Bug 44397

Summary: Internal compiler error in INN 2.3.1 Compile
Product: [Retired] Red Hat Raw Hide Reporter: Brian Bruns <bruns>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2001-06-25 10:37:15 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 Brian Bruns 2001-06-13 14:35:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (Win95; U)

Description of problem:
make[1]: Entering directory `/usr/src/redhat/BUILD/inn-2.3.1/nnrpd'
gcc -O2 -march=i386 -mcpu=i686 -I/usr/include/db1 -I../include      -c -o article.o article.c
article.c: In function `OVERGetHeader':
article.c:909: Internal compiler error in schedule_region, at haifa-sched.c:6778
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [article.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/inn-2.3.1/nnrpd'
make: *** [all-nnrpd] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.92746 (%build)

How reproducible:
Sometimes

Steps to Reproduce:
1. rpm --rebuild inn-2.3.1-2.src.rpm
	

Additional info:

This is on a clean 7.1 install with gcc-2.96-85 update from rawhide.
[root@angus /tmp]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)

Comment 1 Jakub Jelinek 2001-06-25 10:37:11 UTC
Is it reproducible? At least I do a rpm --rebuild cycle with each new
gcc rpm on all SRPMS in the 7.1 distribution and it works just fine.

Comment 2 Jakub Jelinek 2001-09-06 17:17:46 UTC
Closed due to inactivity.