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: [patch] Remove f_options and other options handlingimprovements


Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> writes:

>> This is neat.  Can you say a little about the flag_* variables that
>> you weren't able to move under this scheme?
>
> they are still handled in the same way; i.e. if you need some special
> handling of the option (instead/in addition to simple assignment of value
> to some variable), you put it to opts.c:common_handle_option.

Lemme rephrase that.  There were quite a few flag_* variables that
couldn't be handled this way.  What stops you doing so?

zw


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