From: Steve Ellcey Date: Thu, 22 Jan 2009 17:09:56 +0000 (+0000) Subject: Should have been in previous checkin. X-Git-Tag: releases/gcc-4.4.0~770 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=403066cf9252abc2d861bf7372e7ffdd366103e7;p=thirdparty%2Fgcc.git Should have been in previous checkin. From-SVN: r143572 --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 47a1f0bf18a8..b0e274c5a0e3 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