Re: branch_target_register_class - receipt for a crash

2006-01-22 Thread Marcin Dalecki
On 2006-01-22, at 17:08, Daniel Jacobowitz wrote: On Sun, Jan 22, 2006 at 05:00:34PM +0100, Marcin Dalecki wrote: Inside gcc/target.h we have the declaration of struct gcc_target { struct asm_out { struct sched { ... there is a function refernce field named int (* branch_target_regist

Re: branch_target_register_class - receipt for a crash

2006-01-22 Thread Daniel Jacobowitz
On Sun, Jan 22, 2006 at 05:00:34PM +0100, Marcin Dalecki wrote: > Inside gcc/target.h we have the declaration of > struct gcc_target { struct asm_out { struct sched { ... > there is a function refernce field named > > int (* branch_target_register_class) (void); > > The only place where thi

branch_target_register_class - receipt for a crash

2006-01-22 Thread Marcin Dalecki
Inside gcc/target.h we have the declaration of struct gcc_target { struct asm_out { struct sched { ... there is a function refernce field named int (* branch_target_register_class) (void); The only place where this is referenced is in gcc/bt-load.c and in esp the global branch_target_loa