]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Should have been in previous checkin.
authorSteve Ellcey <sje@gcc.gnu.org>
Thu, 22 Jan 2009 17:09:56 +0000 (17:09 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 22 Jan 2009 17:09:56 +0000 (17:09 +0000)
From-SVN: r143572

gcc/doc/invoke.texi

index 47a1f0bf18a8019737b88690d1d5defaf92bde8b..b0e274c5a0e32e60118712ce802418c656cb4835 100644 (file)
@@ -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