diff options
author | Martin Sebor <msebor@gcc.gnu.org> | 2018-04-10 09:49:59 -0600 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2018-04-10 09:49:59 -0600 |
commit | df18c24ad67c41809e0e338a360f9f8c93a5f158 (patch) | |
tree | 23a261c0ed172c40b093dfe7e248fd683c2d5965 /gcc/doc/cppopts.texi | |
parent | 25949ee33201f2f4f86137b00c3c88fa076d5047 (diff) | |
download | gcc-df18c24ad67c41809e0e338a360f9f8c93a5f158.zip gcc-df18c24ad67c41809e0e338a360f9f8c93a5f158.tar.gz gcc-df18c24ad67c41809e0e338a360f9f8c93a5f158.tar.bz2 |
cppopts.texi: Use "side effect" instead of side-effect.
gcc/ChangeLog:
* doc/cppopts.texi: Use "side effect" instead of side-effect.
* doc/extend.texi: Same.
* doc/generic.texi: Same.
* doc/implement-c.texi: Same.
* doc/invoke.texi: Same.
* doc/md.texi: Same.
* doc/rtl.texi: Same.
* doc/tree-ssa.texi: Same.
From-SVN: r259287
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 7af15dd..af5ee08 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -200,7 +200,7 @@ If @option{-MD} is used in conjunction with @option{-E}, any is understood to specify a target object file. Since @option{-E} is not implied, @option{-MD} can be used to generate -a dependency output file as a side-effect of the compilation process. +a dependency output file as a side effect of the compilation process. @item -MMD @opindex MMD @@ -403,7 +403,7 @@ Do not discard comments, including during macro expansion. This is like @option{-C}, except that comments contained within macros are also passed through to the output file where the macro is expanded. -In addition to the side-effects of the @option{-C} option, the +In addition to the side effects of the @option{-C} option, the @option{-CC} option causes all C++-style comments inside a macro to be converted to C-style comments. This is to prevent later use of that macro from inadvertently commenting out the remainder of |