]> gcc.gnu.org Git - gcc.git/commit
Remove Report keyword for options
authorMartin Liska <mliska@suse.cz>
Fri, 11 Dec 2020 16:06:49 +0000 (17:06 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 16 Dec 2020 11:43:56 +0000 (12:43 +0100)
commit5137d1ae6a1fe4a3ff8b5983f6e4d9aeb69e5486
tree26e16ed4b1b1eb8132fd67665e534c6982746035
parent8833eab4461b4b7050f06a231c3311cc1fa87523
Remove Report keyword for options

Since g:7caa49706316e650fb67719e1a1bf3a35054b685 the option is ignored
as we print used command line for -fverbose-asm output.

gcc/ChangeLog:

* doc/options.texi: Remove Report keyword.
* opt-functions.awk: Print error when Report keyword
is used.
* optc-gen.awk: Do not handle Report keyword.
* opts.h (struct cl_option): Remove cl_report bitfield flag.
gcc/doc/options.texi
gcc/opt-functions.awk
gcc/optc-gen.awk
gcc/opts.h
This page took 0.063929 seconds and 5 git commands to generate.