Where is reg_n_info initialised?

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun Mar 12 10:29:00 GMT 2000


> 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


More information about the Gcc-bugs mailing list