https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90315
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Tue May 28 12:05:50 2019 New Revision: 271700 URL: https://gcc.gnu.org/viewcvs?rev=271700&root=gcc&view=rev Log: Support again multiple --help options (PR other/90315). 2019-05-28 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. Modified: trunk/gcc/ChangeLog trunk/gcc/opts-global.c trunk/gcc/opts.c trunk/gcc/opts.h