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++/15573] infinite recursion in cc1plus


------- Additional Comments From twalberg at mindspring dot com  2004-05-21 19:23 -------
and here's the other end of the stack trace:

#109168 0x08050f37 in convert_like_real (convs=0x4141c9b4, expr=0x41716330, 
    fn=0x41420654, argnum=0, inner=0, issue_conversion_warnings=false)
    at ../../gcc/cp/call.c:4088
#109169 0x0804f502 in build_over_call (cand=0x41707fc8, flags=3)
    at ../../gcc/cp/call.c:4475
#109170 0x0805052c in build_new_method_call (instance=0x41715f3c, 
    fns=0x41715f50, args=0x41715f14, conversion_path=0x41419580, flags=3)
    at ../../gcc/cp/call.c:5126
#109171 0x080a54a4 in ocp_convert (type=0x4141c9b4, expr=0x41716330, 
    convtype=65, flags=3) at ../../gcc/cp/cvt.c:753
#109172 0x080a66b7 in force_rvalue (expr=0x4141ca20) at ../../gcc/cp/cvt.c:592
#109173 0x08050f37 in convert_like_real (convs=0x4141c9b4, expr=0x41716330, 
    fn=0x0, argnum=0, inner=0, issue_conversion_warnings=false)
    at ../../gcc/cp/call.c:4088
#109174 0x08052eb9 in initialize_reference (type=0x4141ca20, expr=0x4141c9b4, 
    decl=0x0, cleanup=0x0) at ../../gcc/cp/call.c:6246
#109175 0x080a00ec in convert_for_initialization (exp=0x0, type=0x4141ca20, 
    rhs=0x4141c9b4, flags=131, errtype=0x83c3cd7 "return", fndecl=0x0, 
    parmnum=0) at ../../gcc/cp/typeck.c:5778
#109176 0x080a046c in check_return_expr (retval=0x41716330)
    at ../../gcc/cp/typeck.c:6082
#109177 0x080b1ba1 in finish_return_stmt (expr=0x0)
    at ../../gcc/cp/semantics.c:597
#109178 0x08092908 in cp_parser_statement (parser=0x40238140, 
    in_statement_expr_p=false) at ../../gcc/cp/parser.c:6075
#109179 0x0809297d in cp_parser_compound_statement (parser=0x4001d498)
    at ../../gcc/cp/parser.c:5658
#109180 0x08095ff9 in cp_parser_ctor_initializer_opt_and_function_body (
    parser=0x40238140) at ../../gcc/cp/parser.c:11339
#109181 0x08096284 in cp_parser_function_definition_after_declarator (
    parser=0x40238140, inline_p=false) at ../../gcc/cp/parser.c:14206
#109182 0x08096673 in cp_parser_init_declarator (parser=0x0, 
    decl_specifiers=0x41715c08, prefix_attributes=0x0, 
    function_definition_allowed_p=true, member_p=false, 
    declares_class_or_enum=0, function_definition_p=0xbffff1b3)
    at ../../gcc/cp/parser.c:14151
#109183 0x08091d08 in cp_parser_simple_declaration (parser=0x4001d498, 
    function_definition_allowed_p=true) at ../../gcc/cp/parser.c:6481
#109184 0x08091e6a in cp_parser_block_declaration (parser=0x40238140, 
    statement_p=152) at ../../gcc/cp/parser.c:6397
#109185 0x08096ffd in cp_parser_declaration (parser=0x40238140)
    at ../../gcc/cp/parser.c:6317
#109186 0x08097275 in cp_parser_declaration_seq_opt (parser=0x4001d498)
    at ../../gcc/cp/parser.c:6226
#109187 0x0809743d in c_parse_file () at ../../gcc/cp/parser.c:2319
#109188 0x080e5582 in c_common_parse_file (set_yydebug=1097948888)
    at ../../gcc/c-opts.c:1237
#109189 0x082b966d in toplev_main (argc=1097948888, argv=0xbffff6b1)
    at ../../gcc/toplev.c:1822
#109190 0x080e8bb2 in main (argc=1097948888, argv=0x41715ed8)
    at ../../gcc/main.c:35
#109191 0x4004ca07 in __libc_start_main () from /lib/i686/libc.so.6


-- 


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


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