This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13170] [3.4 Regression] ICE in build_base_path


------- Additional Comments From tm at kloo dot net  2004-01-13 02:07 -------
Top of the backtrace:

#0  build_base_path (code=PLUS_EXPR, expr=0x402fa0f0, binfo=0x4025ae00,
nonnull=1) at ../../gcc/gcc/cp/class.c:274
#1  0x08052c65 in build_over_call (cand=0x402f90f0, flags=523) at
../../gcc/gcc/cp/call.c:4526
#2  0x08054c13 in build_new_method_call (instance=0x402fa104, fns=0x402f2768,
args=0x0, conversion_path=0x4025ae00, 
    flags=523) at ../../gcc/gcc/cp/call.c:5206
#3  0x080f611c in build_dtor_call (exp=0x402fa104,
dtor_kind=sfk_complete_destructor, flags=523)
    at ../../gcc/gcc/cp/init.c:2809
#4  0x080f65af in build_delete (type=0x402f66c0, addr=0x402fa0dc,
auto_delete=sfk_complete_destructor, flags=523, 
    use_global_delete=0) at ../../gcc/gcc/cp/init.c:2944
#5  0x0807402e in cxx_maybe_build_cleanup (decl=0x402f6f30) at
../../gcc/gcc/cp/decl.c:11121
#6  0x08106a02 in build_target_expr (decl=0x402f6f30, value=0x4015ebc0) at
../../gcc/gcc/cp/tree.c:235
#7  0x08051e13 in convert_like_real (convs=0x402f2720, expr=0x402f7b7c,
fn=0x402c8a20, argnum=2, inner=-1, 
    issue_conversion_warnings=false) at ../../gcc/gcc/cp/call.c:4061
#8  0x0805203d in convert_like_real (convs=0x402f7f00, expr=0x402f7b7c,
fn=0x402c8a20, argnum=2, inner=0, 
    issue_conversion_warnings=true) at ../../gcc/gcc/cp/call.c:4122
#9  0x08052dd0 in build_over_call (cand=0x402f90c8, flags=3) at
../../gcc/gcc/cp/call.c:4556
#10 0x08054c13 in build_new_method_call (instance=0x402f7550, fns=0x402f26a8,
args=0x402f7b2c, 
    conversion_path=0x4025ae00, flags=3) at ../../gcc/gcc/cp/call.c:5206
#11 0x080cb917 in cp_parser_postfix_expression (parser=0x401e8dec,
address_p=false) at ../../gcc/gcc/cp/parser.c:3765
#12 0x080cc0d4 in cp_parser_unary_expression (parser=0x401e8dec,
address_p=false) at ../../gcc/gcc/cp/parser.c:4353
...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13170


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]