X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fdoc%2Fcppopts.texi;h=edd446a9fddcd7dc7aa7bf93ec78c58d9c9de29f;hb=b3d47662d58355dec794698de8641ddeb5dbc8af;hp=1905ab667283ddf54e743cc381c276991655088c;hpb=09c8496f50ce856b0904a58c4d00fbb363c46a70;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 1905ab66728..edd446a9fdd 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -333,10 +333,10 @@ Headers}) together with @option{-E}. It inserts a special @code{#pragma}, @code{#pragma GCC pch_preprocess ""} in the output to mark the place where the precompiled header was found, and its filename. When @option{-fpreprocessed} is in use, GCC recognizes this @code{#pragma} and -loads the PCH. +loads the PCH@. This option is off by default, because the resulting preprocessed output -is only really suitable as input to GCC. It is switched on by +is only really suitable as input to GCC@. It is switched on by @option{-save-temps}. You should not write this @code{#pragma} in your own code, but it is @@ -546,11 +546,11 @@ problems with encodings that do not fit exactly in @code{wchar_t}. @item -finput-charset=@var{charset} @opindex finput-charset Set the input character set, used for translation from the character -set of the input file to the source character set used by GCC. If the +set of the input file to the source character set used by GCC@. If the locale does not specify, or GCC cannot get this information from the -locale, the default is UTF-8. This can be overridden by either the locale -or this command line option. Currently the command line option takes -precedence if there's a conflict. @var{charset} can be any encoding +locale, the default is UTF-8. This can be overridden by either the locale +or this command line option. Currently the command line option takes +precedence if there's a conflict. @var{charset} can be any encoding supported by the system's @code{iconv} library routine. @item -fworking-directory