This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Convert options to array of cl_decoded_option structures


Joseph S. Myers wrote:

> This patch continues work towards sharing option-processing code
> between the driver and the compilers proper by creating a function in
> opts-common.c that deals with converting the argv array into an array
> of cl_decoded_option structures.

> 2010-06-18  Joseph Myers  <joseph@codesourcery.com>
> 
> 	PR other/32998
> 	* opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
> 	OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.

...

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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