From 403066cf9252abc2d861bf7372e7ffdd366103e7 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Thu, 22 Jan 2009 17:09:56 +0000 Subject: [PATCH] Should have been in previous checkin. From-SVN: r143572 --- gcc/doc/invoke.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3