r266338 - in /trunk/gcc: ChangeLog params.def t...
vries@gcc.gnu.org
vries@gcc.gnu.org
Wed Nov 21 08:10:00 GMT 2018
Author: vries
Date: Wed Nov 21 08:10:41 2018
New Revision: 266338
URL: https://gcc.gnu.org/viewcvs?rev=266338&root=gcc&view=rev
Log:
[driver] Ensure --help=params lines end with period
Ensure that gcc --help=params lines end with a period by:
- fixing the help message of param HOT_BB_COUNT_FRACTION, and
- adding a test-case.
Build and tested on x86_64.
2018-11-21 Tom de Vries <tdevries@suse.de>
PR driver/79855
* params.def (HOT_BB_COUNT_FRACTION): Terminate help message with
period.
* lib/options.exp (check_for_options_with_filter): New proc.
* gcc.misc-tests/help.exp: Check that --help=params lines end with
period.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/params.def
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.misc-tests/help.exp
trunk/gcc/testsuite/lib/options.exp
More information about the Gcc-cvs
mailing list