diff options
author | Sharad Singhai <singhai@google.com> | 2013-10-31 01:01:40 +0000 |
---|---|---|
committer | Sharad Singhai <singhai@gcc.gnu.org> | 2013-10-31 01:01:40 +0000 |
commit | 477e804b725b654821bfea08e991c3d594046e0c (patch) | |
tree | 6e7acb4a87d9f90c7e8c1a1eb270a322c0c144bb /gcc/ada | |
parent | 4bbd2ea80fb4952a0127b5ac386ab1803f27f788 (diff) | |
download | gcc-477e804b725b654821bfea08e991c3d594046e0c.zip gcc-477e804b725b654821bfea08e991c3d594046e0c.tar.gz gcc-477e804b725b654821bfea08e991c3d594046e0c.tar.bz2 |
re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops only for N== 1 and N >2 but not for N==2)
2013-10-30 Sharad Singhai <singhai@google.com>
PR middle-end/58134
* opts.c (common_handle_option): Remove deprecated option
-ftree-vectorizer-verbose.
* doc/invoke.texi (Debugging Options): Ditto.
* opts-global.c (handle_common_deferred_options): Ditto.
(dump_remap_tree_vectorizer_verbose): Delete.
* common.opt: Set -ftree-vectorizer-verbose as an ignored option.
ada/ChangeLog
* gnat_ugn.texi: Remove option description for PR middle-end/58134.
From-SVN: r204244
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 5ff2c4b..44d0484 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2013-10-30 Sharad Singhai <singhai@google.com> + + * gnat_ugn.texi: Remove option description for PR middle-end/58134. + 2013-10-29 David Malcolm <dmalcolm@redhat.com> * gcc-interface/trans.c (finalize_nrv): Update for conversion of diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index a82f20b..edb3886 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -10696,11 +10696,6 @@ preferably to other optimizations by means of pragma @code{Loop_Optimize}: placed immediately within the loop will convey the appropriate hint to the compiler for this loop. -You can obtain information about the vectorization performed by the compiler -by specifying @option{-ftree-vectorizer-verbose=N}. For more details of -this switch, see @ref{Debugging Options,,Options for Debugging Your Program -or GCC, gcc, Using the GNU Compiler Collection (GCC)}. - @node Other Optimization Switches @subsection Other Optimization Switches @cindex Optimization Switches |