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]

Bootstrap failure i686-pc-linux-gnu compiling crtstuff.c


Hi,

Anyone else seeing this mainline bootstrap failure on i686-pc-linux-gnu?

This has appeared sometime within the last 24 hrs.

I'll do some digging

#0  0x087aea6f in decl_function_context (decl=0x0) at /usr/local/src/gcc3.4/gcc/gcc/tree.c:4253
4253	  if (TREE_CODE (decl) == ERROR_MARK)
(gdb) print decl
$1 = 0x0
(gdb) bt
#0  0x087aea6f in decl_function_context (decl=0x0) at /usr/local/src/gcc3.4/gcc/gcc/tree.c:4253
#1  0x0810d843 in expand_call (exp=0x402f6720, target=0x0, ignore=1) at /usr/local/src/gcc3.4/gcc/gcc/calls.c:2517
#2  0x081fd459 in expand_expr (exp=0x402f6720, target=0x0, tmode=VOIDmode, modifier=EXPAND_NORMAL) at /usr/local/src/gcc3.4/gcc/gcc/expr.c:7808
#3  0x08777f8c in expand_expr_stmt_value (exp=0x402f6720, want_value=0, maybe_last=1) at /usr/local/src/gcc3.4/gcc/gcc/stmt.c:2197
#4  0x080c1493 in genrtl_expr_stmt_value (expr=0x402f6720, want_value=0, maybe_last=1) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:364
#5  0x080c4824 in expand_stmt (t=0x402f7a50) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:830
#6  0x080c409e in genrtl_compound_stmt (t=0x402f79c4) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:742
#7  0x080c4884 in expand_stmt (t=0x402f79c4) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:857
#8  0x080c21ac in genrtl_while_stmt (t=0x402f6660) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:457
#9  0x080c4854 in expand_stmt (t=0x402f6660) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:845
#10 0x080c409e in genrtl_compound_stmt (t=0x402f7708) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:742
#11 0x080c4884 in expand_stmt (t=0x402f7708) at /usr/local/src/gcc3.4/gcc/gcc/c-semantics.c:857
#12 0x0807a27a in c_expand_body_1 (fndecl=0x402f5ca8, nested_p=0) at /usr/local/src/gcc3.4/gcc/gcc/c-decl.c:6358
#13 0x0807aaa0 in c_expand_body (fndecl=0x402f5ca8) at /usr/local/src/gcc3.4/gcc/gcc/c-decl.c:6463
#14 0x08079c64 in finish_function (nested=0, can_defer_p=1) at /usr/local/src/gcc3.4/gcc/gcc/c-decl.c:6245
#15 0x0804abd7 in yyparse () at c-parse.y:406
#16 0x080badc3 in c_common_parse_file (set_yydebug=0) at /usr/local/src/gcc3.4/gcc/gcc/c-opts.c:1630
#17 0x08792a01 in compile_file () at /usr/local/src/gcc3.4/gcc/gcc/toplev.c:2207
#18 0x087995a6 in do_compile () at /usr/local/src/gcc3.4/gcc/gcc/toplev.c:5580
#19 0x0879960c in toplev_main (argc=45, argv=0xbfffc594) at /usr/local/src/gcc3.4/gcc/gcc/toplev.c:5615
#20 0x080dfdbe in main (argc=45, argv=0xbfffc594) at /usr/local/src/gcc3.4/gcc/gcc/main.c:37

Graham


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