Bug 117842

Summary: internal compiler error: in add_builtin_candidate, at cp/call.c:2037
Product: [Fedora] Fedora Reporter: Walter Mundt <emage>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-27 14:45:20 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 code resulting in error. none

Description Walter Mundt 2004-03-09 07:33:11 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:
Recieved an internal compiler error cf. summary trying to compile code
(probably bad code) it work for a programming contest problem. 
Preprocessed source code is attached.


Version-Release number of selected component (if applicable):
gcc-3.3.2-1, gcc-c++-3.3.2-1

How reproducible:
Always

Steps to Reproduce:
1. Attempt to compile attacheed code
    

Actual Results:  Error message as follows:
g++ -g -DLOCAL_COMPILE    TVTower.cpp   -o TVTower
TVTower.cpp: In member function `double
TVTower::minRadius(std::vector<num,
   std::allocator<num> >, std::vector<num, std::allocator<num> >)':
TVTower.cpp:135: internal compiler error: in add_builtin_candidate, at
   cp/call.c:2037
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/ccwK013w.out file, please attach
this to your bugreport
make: *** [TVTower] Error 1


Expected Results:  (Probably) unsuccessful compilation with errors
related to code being compiled instead of code doing the compiling.

Additional info:

Comment 1 Walter Mundt 2004-03-09 07:34:20 UTC
Created attachment 98393 [details]
Preprocessed source code resulting in error.

Comment 2 Jakub Jelinek 2004-05-27 14:45:20 UTC
http://gcc.gnu.org/PR14556