PING^2
On 5/10/19 3:42 PM, Martin Liška wrote:
> PING^1
>
> On 5/3/19 12:59 PM, Martin Liška wrote:
>> Hi.
>>
>> The patch prints all values requested in multiple --help options.
>>
>> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
>>
>> Ready to be installed?
>> Thanks,
>> Martin
>>
>> gcc/ChangeLog:
>>
>> 2019-05-03 Martin Liska <mli...@suse.cz>
>>
>> PR other/90315
>> * opts-global.c (decode_options): Print help for all
>> help_option_arguments.
>> * opts.c (print_help): Add new argument.
>> (common_handle_option): Remember all values into
>> help_option_arguments.
>> * opts.h (print_help): Add new argument.
>> ---
>> gcc/opts-global.c | 4 ++--
>> gcc/opts.c | 7 ++++---
>> gcc/opts.h | 5 +++--
>> 3 files changed, 9 insertions(+), 7 deletions(-)
>>
>>
>