diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8a1cfbb..90f0c9f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3159,7 +3159,7 @@ inline functions declared in system headers. The compiler uses a variety of heuristics to determine whether or not to inline a function. For example, the compiler takes into account -the size of the function being inlined and the the amount of inlining +the size of the function being inlined and the amount of inlining that has already been done in the current function. Therefore, seemingly insignificant changes in the source program can cause the warnings produced by @option{-Winline} to appear or disappear. @@ -3520,7 +3520,7 @@ conversion, to the file @file{@var{file}.18.ce2}. @opindex fdump-rtl-btl @opindex fdump-rtl-dbr @option{-dd} and @option{-fdump-rtl-btl} enable dumping after branch -target load optimization, to to @file{@var{file}.31.btl}. @option{-dd} +target load optimization, to @file{@var{file}.31.btl}. @option{-dd} and @option{-fdump-rtl-dbr} enable dumping after delayed branch scheduling, to @file{@var{file}.36.dbr}. @@ -12799,7 +12799,7 @@ for creating and using precompiled headers. Any macros defined before the precompiled header is included must either be defined in the same way as when the precompiled header was generated, or must not affect the precompiled header, which usually -means that the they don't appear in the precompiled header at all. +means that they don't appear in the precompiled header at all. The @option{-D} option is one way to define a macro before a precompiled header is included; using a @code{#define} can also do it. |