> reg_n_info is defined in gcc-2.95.2/gcc/flow.c, but I can't find where > it's initialised. Am I missing something? It seems you miss that globals are zero-initialized automatically. There is no need to initialize them further... Martin