r252599 - in /branches/range-gen2/gcc: ChangeLo...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Wed Sep 13 17:34:00 GMT 2017


Author: aldyh
Date: Wed Sep 13 17:34:49 2017
New Revision: 252599

URL: https://gcc.gnu.org/viewcvs?rev=252599&root=gcc&view=rev
Log:
Fix --help=target (PR other/39851).

2017-08-29  Martin Liska  <mliska@suse.cz>

	PR other/39851
	* gcc.c (driver_handle_option): Add new argument.
	* opts-common.c (handle_option): Pass
	target_option_override_hook.
	* opts-global.c (lang_handle_option): Add new option.
	(set_default_handlers):  Add new argument.
	(decode_options): Likewise.
	* opts.c (target_handle_option): Likewise.
	(common_handle_option): Call target_option_override_hook.
	* opts.h (struct cl_option_handler_func): Add hook for
	target option override.
	(struct cl_option_handlers): Likewise.
	(set_default_handlers): Add new argument.
	(decode_options): Likewise.
	(common_handle_option): Likewise.
	(target_handle_option): Likewise.
	* toplev.c (toplev::main): Pass targetm.target_option.override
	hook.
2017-08-29  Martin Liska  <mliska@suse.cz>

	PR other/39851
	* c-common.c (parse_optimize_options): Add argument to function
	call.
	* c-pragma.c (handle_pragma_diagnostic): Likewise.

Modified:
    branches/range-gen2/gcc/ChangeLog
    branches/range-gen2/gcc/c-family/ChangeLog
    branches/range-gen2/gcc/c-family/c-common.c
    branches/range-gen2/gcc/c-family/c-pragma.c
    branches/range-gen2/gcc/gcc.c
    branches/range-gen2/gcc/opts-common.c
    branches/range-gen2/gcc/opts-global.c
    branches/range-gen2/gcc/opts.c
    branches/range-gen2/gcc/opts.h
    branches/range-gen2/gcc/toplev.c



More information about the Gcc-cvs mailing list