* doc/invoke.texi (-frename-registers): Also enabled at -Os.
From-SVN: r235485
This commit is contained in:
parent
9ec5d66b5d
commit
5819764843
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
|
||||
|
||||
* doc/invoke.texi (-frename-registers): Also enabled at -Os.
|
||||
|
||||
2016-04-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR middle-end/49889
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue