diff options
author | Ian Lance Taylor <ian@wasabisystems.com> | 2004-01-23 01:30:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2004-01-23 01:30:24 +0000 |
commit | b00567b0f03530a3ca1c5b3400db5ceb2cd829ec (patch) | |
tree | 30c8fb5028e95e999780549fc262ec9d1769aee6 | |
parent | b24faf1e3b91639f4d99700f6ed3deeea359dbb2 (diff) | |
download | gcc-b00567b0f03530a3ca1c5b3400db5ceb2cd829ec.zip gcc-b00567b0f03530a3ca1c5b3400db5ceb2cd829ec.tar.gz gcc-b00567b0f03530a3ca1c5b3400db5ceb2cd829ec.tar.bz2 |
invoke.texi (Optimize Options): Note that --param arguments are subject to change without notice.
* doc/invoke.texi (Optimize Options): Note that --param arguments
are subject to change without notice.
From-SVN: r76391
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92999ec..ccb1dd1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-22 Ian Lance Taylor <ian@wasabisystems.com> + + * doc/invoke.texi (Optimize Options): Note that --param arguments + are subject to change without notice. + 2004-01-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * config.gcc (mips-sgi-irix6*o32): Removed. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e115cf3..8620e6f 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: |