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 | |
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
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b0b58e..dbcdf54 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-13 Dara Hazeghi <dhazeghi@yahoo.com> + + * doc/install.texi: Note status of -fnew-ra. + 2004-03-13 Eric Botcazou <ebotcazou@libertysurf.fr> PR middle-end/14470 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 |