aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorIra Rosen <irar@il.ibm.com>2008-03-20 07:05:53 +0000
committerIra Rosen <irar@gcc.gnu.org>2008-03-20 07:05:53 +0000
commit4e35969216150fe4be161d99ccf5c5cf749376d4 (patch)
tree1094ab6339bfb32b1dd4507a79f34520a2e4203b /gcc/ChangeLog
parent41129be233d34e1d304067113110fe2bdbf77322 (diff)
downloadgcc-4e35969216150fe4be161d99ccf5c5cf749376d4.zip
gcc-4e35969216150fe4be161d99ccf5c5cf749376d4.tar.gz
gcc-4e35969216150fe4be161d99ccf5c5cf749376d4.tar.bz2
invoke.texi (-O3): Add -ftree-vectorize to the list of optimizations turned on under -O3.
* doc/invoke.texi (-O3): Add -ftree-vectorize to the list of optimizations turned on under -O3. (ftree-vectorize): Add that the flag is turned on with -O3. From-SVN: r133364
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c298a20..23c5b15 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-20 Ira Rosen <irar@il.ibm.com>
+
+ * doc/invoke.texi (-O3): Add -ftree-vectorize to the list of
+ optimizations turned on under -O3.
+ (ftree-vectorize): Add that the flag is turned on with -O3.
+
2008-03-20 Ben Elliston <bje@au.ibm.com>
* regmove.c (try_auto_increment): Fix spelling error in comment.