Bug 155152

Summary: Internal compiler error
Product: [Fedora] Fedora Reporter: Michael A. Peters <mpeters>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: 4.0.0-0.43 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-28 12:42:33 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:
Bug Depends On:    
Bug Blocks: 156498    
Attachments:
Description Flags
Preprocessed source none

Description Michael A. Peters 2005-04-17 06:19:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050416 Fedora/1.0.3-2 Firefox/1.0.3

Description of problem:
While compiling a cvs checkout of gnomesword -

sword_main.cc: In member function int BackEnd::module_get_testaments(const char *):
sword_main.cc:745: internal compiler error: in cgraph_mark_reachable_node, at cg raph.c:477
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/ccmR6j01.out file, please attach this to yo ur bugreport.

I apologize for not being able to determine if this is a duplicate of a known issue or not.

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

How reproducible:
Didn't try

Steps to Reproduce:
1. cvs chechout gnomesword1
2. ./autogen.sh
3. make
  

Actual Results:  internal compiler error

Expected Results:  I wasn't sure what to expect - it was my first time trying to compile gnomesword

Additional info:

If you need to try to reproduce it - the gnomesword2 cvs instructions are here:
http://gnomesword.sourceforge.net/download.php

gnomesword2 requires a CVS version of sword to compile.
That can be obtained here:

http://crosswire.org/sword/ALPHAcckswwlkrfre22034820285912/alpha/sword-1.5.7.100.tar.gz

It builds with standard ./configure ; make

The ccmR6j01.out file will be attached.

Comment 1 Michael A. Peters 2005-04-17 06:21:55 UTC
Created attachment 113280 [details]
Preprocessed source

Comment 2 Jakub Jelinek 2005-04-28 12:42:33 UTC
Should be fixed in gcc-4.0.0-0.43 and later.