This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR middle-end/58134


On Wed, Oct 30, 2013 at 1:55 AM, Sharad Singhai <singhai@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  <singhai@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]