Bug 120221

Summary: Internal compiler error when compiling DC++ 4.01
Product: [Fedora] Fedora Reporter: Janus N. Tøndering <janus>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: 3.3.3-6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-27 11:36:37 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 Janus N. Tøndering 2004-04-06 22:09:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040207 Firefox/0.8

Description of problem:
compiling the file client/HashManager.o:
g++    -c -o HashManager.o HashManager.cpp
[some warnings removed]
HashManager.cpp: In member function `void HashManager::HashStore::save()':
HashManager.cpp:146: internal compiler error: in find_function_data, at
   function.c:313
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/cci9njFX.out file, please attach
this to your bugreport
make: *** [HashManager.o] Error 1




Version-Release number of selected component (if applicable):
gcc-c++-3.3.3-3

How reproducible:
Always

Steps to Reproduce:
cd client/
g++    -c -o HashManager.o HashManager.cpp

Comment 1 Jakub Jelinek 2004-04-06 22:13:29 UTC
Please attach /tmp/cci9njFX.out.

Comment 2 Janus N. Tøndering 2004-04-06 22:22:53 UTC
/tmp/cci9njFX.out: http://www.daimi.au.dk/~janus/cci9njFX.out

Comment 3 Jakub Jelinek 2004-04-07 13:41:40 UTC
Filed upstream: http://gcc.gnu.org/PR14877

Comment 4 Jakub Jelinek 2004-05-27 11:36:37 UTC
Should be fixed in gcc-c++-3.3.3-6 and later.