Bug 25162

Summary: gcc 2.96-69 and 2.96-71 core dump while compiling CVS of csytalspace
Product: [Retired] Red Hat Linux Reporter: jfm2
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.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-01-30 21:34:10 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 jfm2 2001-01-29 00:41:13 UTC
While compiling crytalspace CVS (25 Jan 2001 version) I get the following
message:

gcc -c -o out/LINUX/INTEL/optimize/camera.o libs/csengine/camera.cpp -Wall
-Wunused -W -mpentium -march=i586 -fno-exceptions -fno-rtti -O6
-fomit-frame-pointer -ffast-math -I. -I./apps -I./include -I./libs
-I./plugins -I./support
libs/csengine/camera.cpp: In method `void csCamera::LookAt (const 
csVector3 &, const csVector3 &)':
libs/csengine/camera.cpp:163: Internal compiler error in replace_reg, 
at reg-stack.c:830
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [out/LINUX/INTEL/optimize/camera.o] Erreur 1
make: *** [csengine] Erreur 2


This happens both  with the gcc from RedHat updates (2.96-69) and with the
one in Rawhide (2.96-71)

Comment 1 Jakub Jelinek 2001-01-30 21:34:06 UTC
Can you please add -save-temps option and attach here camera.i
it generates?

Comment 2 Jakub Jelinek 2001-01-31 10:28:43 UTC

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