Bug 220118

Summary: internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472
Product: [Fedora] Fedora Reporter: Bunpote <bunpotes>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 4.1.1-30 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-19 08:54:51 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:
Attachments:
Description Flags
Preprocessed source none

Description Bunpote 2006-12-18 22:57:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061108 Fedora/1.5.0.8-1.fc5 Firefox/1.5.0.8

Description of problem:
I was trying to install Situs_2.2.1. While I was executing make all, I got the following:

gcc -I/usr/local/include -I../fftw -O3 -g -Wall -D_SMP_ -DMAX_NUM_THREADS=16 -c ./map2map.c
gcc -I/usr/local/include -I../fftw -O3 -g -Wall -D_SMP_ -DMAX_NUM_THREADS=16 -c ./lib_err.c
gcc -I/usr/local/include -I../fftw -O3 -g -Wall -D_SMP_ -DMAX_NUM_THREADS=16 -c ./lib_vio.c
gcc -I/usr/local/include -I../fftw -O3 -g -Wall -D_SMP_ -DMAX_NUM_THREADS=16 -c ./lib_vwk.c
./lib_vwk.c: In function ‘create_laplacian’:
./lib_vwk.c:536: internal compiler error: in find_or_generate_expression, at tree-ssa-pre.c:1472
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccu4uolt.out file, please attach this to your bugreport.
make: *** [lib_vwk.o] Error 1


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

How reproducible:
Always


Steps to Reproduce:
1

Actual Results:


Expected Results:


Additional info:

Comment 1 Bunpote 2006-12-18 22:59:18 UTC
Created attachment 143961 [details]
Preprocessed source

Comment 2 Jakub Jelinek 2006-12-19 08:54:51 UTC
Fixed in FC6 gcc.  If/when FC5 is updated, it will be to the same codebase as
FC6 gcc (except libgcj changes).