Bug 74615

Summary: Internal compiler error in cp_expr_size
Product: [Retired] Red Hat Raw Hide Reporter: Need Real Name <gsaunders>
Component: gcc3Assignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-03 04:24:11 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-09-27 16:55:33 UTC
From Bugzilla Helper: 
User-Agent: Mozilla/5.0 (compatible; Konqueror/3; Linux) 
 
Description of problem: 
Compiling lyx-1.2.1 from their src rpm;  
source='insetref.C' object='insetref.lo' libtool=yes \ 
depfile='.deps/insetref.Plo' tmpdepfile='.deps/insetref.TPlo' \ 
depmode=gcc3 /bin/sh ../../config/depcomp \ 
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src 
-I./../ -I../.. -I../../boost  -isystem /usr/X11R6/include  -O2 -march=i386 
-mcpu=i686 -c -o insetref.lo `test -f insetref.C || echo './'`insetref.C 
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../../boost -isystem 
/usr/X11R6/include -O2 -march=i386 -mcpu=i686 -c insetref.C -MT insetref.lo 
-MD -MP -MF .deps/insetref.TPlo 
insetref.C: In function `void __static_initialization_and_destruction_0(int, 
   int)': 
insetref.C:109: Internal compiler error in cp_expr_size, at cp/cp-lang.c:171 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. 
 
 
 
 
Version-Release number of selected component (if applicable): gcc-3.2-4 
(I believe I'm current on all associated; glibc-2.90-26) 
 
 
How reproducible: 
Always 
 
Steps to Reproduce: 
1.go to www.lyx.org 
2.download lyx-1.2.1-1.src.rpm 
3.rpmbuild --rebuild lyx-1.2.1-1.src.rpm 
	 
 
Actual Results:  Internal compilier error given above, aborting compilation 
 
Expected Results:  Should have build the lyx binary packages 
 
Additional info:

Comment 1 Richard Henderson 2004-10-03 04:24:11 UTC
With gcc 3.2, ./src/insets/insetref.lo builds.  Full build fails later
with 
xforms_helpers.h:17:26: forms.h: No such file or directory