diff options
author | Dara Hazeghi <dhazeghi@yahoo.com> | 2004-03-13 21:48:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2004-03-13 21:48:56 +0000 |
commit | 7db956db83843ae9f90eca96175930b7dd3467d9 (patch) | |
tree | 315dd3135e7333c301d6a5ce03a32ac9b03d0ca8 /gcc/doc | |
parent | e6d55fd78e06b24a4d3ed3afbce710acbdb47381 (diff) | |
download | gcc-7db956db83843ae9f90eca96175930b7dd3467d9.zip gcc-7db956db83843ae9f90eca96175930b7dd3467d9.tar.gz gcc-7db956db83843ae9f90eca96175930b7dd3467d9.tar.bz2 |
* doc/install.texi: Note status of -fnew-ra.
From-SVN: r79459
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f765b29..05f5639 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3837,8 +3837,8 @@ behavior. @item -fnew-ra @opindex fnew-ra Use a graph coloring register allocator. Currently this option is meant -for testing, so we are interested to hear about miscompilations with -@option{-fnew-ra}. +only for testing. Users should not specify this option, since it is not +yet ready for production use. @item -fno-branch-count-reg @opindex fno-branch-count-reg |