diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-23 01:30:24 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-23 01:30:24 +0000 |
| commit | bef7c312135bbe57f4c59fc905bbdb14c0f81e9e (patch) | |
| tree | 30c8fb5028e95e999780549fc262ec9d1769aee6 | |
| parent | ad1bcde7a197e9025262b073dbeb3c1a95316ddd (diff) | |
| download | ppe42-gcc-bef7c312135bbe57f4c59fc905bbdb14c0f81e9e.tar.gz ppe42-gcc-bef7c312135bbe57f4c59fc905bbdb14c0f81e9e.zip | |
* 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
| -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 92999ec12cf..ccb1dd17718 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 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: |

