diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6e343c5..f1ac257 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8574,7 +8574,7 @@ make debugging impossible, since variables no longer stay in a ``home register''. Enabled by default with @option{-funroll-loops} and @option{-fpeel-loops}, -and also enabled at levels @option{-O2} and @option{-O3}. +and also enabled at levels @option{-O2}, @option{-O3} and @option{-Os}. @item -fschedule-fusion @opindex fschedule-fusion |