On Feb 7, 2006, at 1:56 PM, Switlick, Mark wrote:
I have just spent some time combing through the discussion threads
on the topic of the deprecation of “-I-“ in favor of -iquote option.
I never really advocated deprecating -I-, I was forced into it and
since that time others have said they don't want it to go and have
presented their arguments for that. Sounds like you're in the same
boat. I'd recommend you send in a patch to gcc-patches that removes
the deprecated status of -I- and seek to get it into gcc.
You should be able to find all the code in the below named routines.
2004-05-3 Mike Stump <mrs@xxxxxxxxx>
* doc/invoke.texi (Directory Options): Document -iquote.
* doc/cpp.texi: Likewise.
* doc/cppopts.texi: Likewise.
* c-opts.c (c_common_missing_argument): Add -iquote processing.
(c_common_handle_option): Likewise.
* c.opt (iquote): Add.
* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -iquote.
* c-incpath.c (merge_include_chains): Update comment to use -
iquote.
* c-opts.c (case OPT_I): Deprecate -I- support.
* doc/invoke.texi: Deprecate -I- support.
* doc/cpp.texi: Likewise.
* doc/cppopts.texi: Likewise.