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_register_class) (void);
If this were true, it would have been very easy to check: pass the
option, watch the compiler crash. Did you try it?
I was actually just trying to understand how the code works and
why it didn't occur. OK. Thank you for bothering to explain it to me.
I missed the static initialization in one go.