diff options
author | Geoffrey Keating <geoffk@gcc.gnu.org> | 2007-01-09 07:30:17 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2007-01-09 07:30:17 +0000 |
commit | b061615db8cc4f4fdd2b92525424ec6fb1b5d280 (patch) | |
tree | ea952c88fb27c4da08dadba0a979025a320f4bda /gcc | |
parent | 006166982a7eb1e996b77ae0bba146eeb1d711ff (diff) | |
download | gcc-b061615db8cc4f4fdd2b92525424ec6fb1b5d280.zip gcc-b061615db8cc4f4fdd2b92525424ec6fb1b5d280.tar.gz gcc-b061615db8cc4f4fdd2b92525424ec6fb1b5d280.tar.bz2 |
* doc/invoke.texi (Optimize Options): Correct description of -O0.
From-SVN: r120608
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13ac72f..7e8fc99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-08 Geoffrey Keating <geoffk@apple.com> + + * doc/invoke.texi (Optimize Options): Correct description of -O0. + 2007-01-08 Richard Guenther <rguenther@suse.de> * tree.h (force_fit_type_double): Export. |