[PATCH 5/7] Remove last leftover usage of params* files.

2019-11-07 Thread Martin Liska
gcc/ChangeLog: 2019-11-06 Martin Liska * common.opt: Remove param_values. * config/i386/i386-options.c (ix86_valid_target_attribute_p): Remove finalize_options_struct. * gcc.c (driver::decode_argv): Do not call global_init_params and finish_params.

Re: [PATCH 5/7] Remove last leftover usage of params* files.

2019-11-12 Thread Harwath, Frederik
Hi Martin, On 06.11.19 13:40, Martin Liska wrote: > (finalize_options_struct): Remove. This patch has been committed by now, but it seems that a single use of finalize_options_struct has been overlooked in gcc/tree-streamer-in.c. Best regards, Frederik

Re: [PATCH 5/7] Remove last leftover usage of params* files.

2019-11-12 Thread Martin Liška
On 11/12/19 4:39 PM, Harwath, Frederik wrote: Hi Martin, On 06.11.19 13:40, Martin Liska wrote: (finalize_options_struct): Remove. This patch has been committed by now, but it seems that a single use of finalize_options_struct has been overlooked in gcc/tree-streamer-in.c. Thank y