summaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-22 17:09:56 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-22 17:09:56 +0000
commitb5ff897015772724c9d2677b9d2595d9899ecc65 (patch)
treed2db6d2304dc03d7558d32b89ed416e413772d65 /gcc/doc/invoke.texi
parent7bf4705d4fc79edb8be6959a9a7bd1e72f41e3cd (diff)
downloadgcc-b5ff897015772724c9d2677b9d2595d9899ecc65.tar.gz
Should have been in previous checkin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 47a1f0bf18a..b0e274c5a0e 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