Bug 117842 - internal compiler error: in add_builtin_candidate, at cp/call.c:2037
Summary: internal compiler error: in add_builtin_candidate, at cp/call.c:2037
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-09 07:33 UTC by Walter Mundt
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-05-27 14:45:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Preprocessed source code resulting in error. (899.66 KB, text/plain)
2004-03-09 07:34 UTC, Walter Mundt
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.