Ping, on behalf of Martin, CC:ing diagnostics maintainers. On Fri, 3 May 2019, 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(-) > > >