This is the mail archive of the gcc@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]

Re: GCC 3.4.6 __builtin_apply problem for custom target



This SIGSEGV happens here:


mark_jump_label (x=0x0, insn=0xb7f34b00, in_mem=0) at
../../gcc/gcc/jump.c:1381
1381 RTX_CODE code = GET_CODE (x);
(gdb) where
#0 mark_jump_label (x=0x0, insn=0xb7f34b00, in_mem=0)
at ../../gcc/gcc/jump.c:1381
#1 0x08123eee in mark_jump_label (x=0xb7f7c540, insn=0xb7f34b00, in_mem=0)
at ../../gcc/gcc/jump.c:1469

The thing to figure out is why you're passing x=0x0 into mark_jump_label.


-eric


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