diff options
author | Steve Ellcey <sje@gcc.gnu.org> | 2009-01-22 17:09:56 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2009-01-22 17:09:56 +0000 |
commit | 403066cf9252abc2d861bf7372e7ffdd366103e7 (patch) | |
tree | d2db6d2304dc03d7558d32b89ed416e413772d65 | |
parent | 42ab5b2869e6e53f7f10101afc3acfd40c25ef91 (diff) | |
download | gcc-403066cf9252abc2d861bf7372e7ffdd366103e7.zip gcc-403066cf9252abc2d861bf7372e7ffdd366103e7.tar.gz gcc-403066cf9252abc2d861bf7372e7ffdd366103e7.tar.bz2 |
Should have been in previous checkin.
From-SVN: r143572
-rw-r--r-- | gcc/doc/invoke.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 47a1f0b..b0e274c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5468,8 +5468,9 @@ Attempt to merge identical constants and identical variables. This option implies @option{-fmerge-constants}. In addition to @option{-fmerge-constants} this considers e.g.@: even constant initialized arrays or initialized constant variables with integral or floating point -types. Languages like C or C++ require each non-automatic variable to -have distinct location, so using this option will result in non-conforming +types. Languages like C or C++ require each variable, including multiple +instances of the same variable in recursive calls, to have distinct locations, +so using this option will result in non-conforming behavior. @item -fmodulo-sched |