On Wed, Oct 30, 2013 at 1:55 AM, Sharad Singhai <sing...@google.com> wrote: > This patch removes a deprecated option -ftree-vectorizer-verbose. It > was already implemented in terms of -fopt-info and makes little sense > to keep it around longer. It causes needless confusion as reported in > PR middle-end/58134. > > I noticed that several gettext related gcc/po files contain help > translation for the option being removed. However, I haven't updated > them as I wasn't sure if these files should be regenerated using a > separate mechanism. If needed, I can include manual updates to those > .po files as well. > > Bootstrapped and regression tested on x86_64-unknown-linux-gnu. Okay > for the trunk?
Please keep the common.opt entry as ignored for backward compatibility (see several examples in that file). Ok with that change. Thanks, Richard. > Thanks, > Sharad > > 2013-10-29 Sharad Singhai <sing...@google.com> > > PR middle-end/58134 > * opts.c (common_handle_option): Remove deprecated option > -ftree-vectorizer-verbose. > * doc/invoke.texi (Debugging Options): Ditto. > * common.opt: Ditto. > * opts-global.c (handle_common_deferred_options): Ditto. > (dump_remap_tree_vectorizer_verbose): Delete.