Re: where is the definition of struct gcc_options?

2016-06-15 Thread Ian Lance Taylor
On Wed, Jun 15, 2016 at 7:00 AM, zet wrote: > > I am reading the source of gcc(version 4.8.2), there is a important > symbol 'global_options' whose type is struct gcc_options > in cc1' entry function toplev_main(). > > I have build the gcc with make -g -O0, in gdb use ptype i

where is the definition of struct gcc_options?

2016-06-15 Thread zet
Hello, All I am reading the source of gcc(version 4.8.2), there is a important symbol 'global_options' whose type is struct gcc_options in cc1' entry function toplev_main(). I have build the gcc with make -g -O0, in gdb use ptype i can get the content of struct gcc_options, but in vim I cannot