diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcf12f0..ca933b8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-21 Mark Wielaard <mark@klomp.org> + + * doc/invoke.texi (-O2): Doesn't enable -fweb. + 2003-11-21 Kazu Hirata <kazu@cs.umass.edu> * doc/invoke.texi: Mention dV and dZ. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7104b07..4dde50d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3686,7 +3686,7 @@ also turns on the following optimization flags: -fpeephole2 @gol -freorder-blocks -freorder-functions @gol -fstrict-aliasing @gol --funit-at-a-time -fweb @gol +-funit-at-a-time @gol -falign-functions -falign-jumps @gol -falign-loops -falign-labels} |