From bef7c312135bbe57f4c59fc905bbdb14c0f81e9e Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 23 Jan 2004 01:30:24 +0000 Subject: [PATCH] * doc/invoke.texi (Optimize Options): Note that --param arguments are subject to change without notice. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76391 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92999ec12cf..ccb1dd17718 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-22 Ian Lance Taylor + + * doc/invoke.texi (Optimize Options): Note that --param arguments + are subject to change without notice. + 2004-01-22 Rainer Orth * config.gcc (mips-sgi-irix6*o32): Removed. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e115cf34cb4..8620e6fb1ba 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4659,6 +4659,10 @@ that contain more that a certain number of instructions. You can control some of these constants on the command-line using the @option{--param} option. +The names of specific parameters, and the meaning of the values, are +tied to the internals of the compiler, and are subject to change +without notice in future releases. + In each case, the @var{value} is an integer. The allowable choices for @var{name} are given in the following table: -- 2.11.4.GIT