aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@gcc.gnu.org>2007-01-09 07:30:17 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2007-01-09 07:30:17 +0000
commitb061615db8cc4f4fdd2b92525424ec6fb1b5d280 (patch)
treeea952c88fb27c4da08dadba0a979025a320f4bda /gcc
parent006166982a7eb1e996b77ae0bba146eeb1d711ff (diff)
downloadgcc-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/ChangeLog4
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.