From 4bed378709c6b95e918002425a23f5fa36943a93 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 5 May 2004 12:20:33 +0000 Subject: invoke.texi (Directory Options): Document -iquote. * 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: Likewise. * doc/cpp.texi: Likewise. * doc/cppopts.texi: Likewise. From-SVN: r81521 --- gcc/doc/cppopts.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gcc/doc/cppopts.texi') diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 686de1d..468f17f 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -400,6 +400,7 @@ file directory as the first search directory for @code{@w{#include @ifset cppmanual @xref{Search Path}. @end ifset +This option has been deprecated. @item -nostdinc @opindex nostdinc @@ -466,6 +467,16 @@ is applied to the standard system directories. @xref{System Headers}. @end ifset +@item -iquote @var{dir} +@opindex iquote +Search @var{dir} only for header files requested with +@code{@w{#include "@var{file}"}}; they are not searched for +@code{@w{#include <@var{file}>}}, before all directories specified by +@option{-I} and before the standard system directories. +@ifset cppmanual +@xref{Search Path}. +@end ifset + @item -fdollars-in-identifiers @opindex fdollars-in-identifiers @anchor{fdollars-in-identifiers} -- cgit v1.1