This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
4.3.0 manual vs changes.html
- From: Bradley Lucier <lucier at math dot purdue dot edu>
- To: GCC list <gcc at gcc dot gnu dot org>
- Cc: Bradley Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 19 Mar 2008 00:01:19 -0400
- Subject: 4.3.0 manual vs changes.html
The web page
http://gcc.gnu.org/gcc-4.3/changes.html
states that "The -ftree-vectorize option is now on by default under -
O3.", but on
http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Optimize-Options.html
-ftree-vectorize is not listed as one of the options enabled by -O3.
Is the first statement correct?
Brad