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

Re: Where is reg_n_info initialised?


> 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

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