re PR driver/68043 (many undocumented options, missing punctuation)
authorMartin Sebor <msebor@redhat.com>
Thu, 22 Oct 2015 23:48:17 +0000 (23:48 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 22 Oct 2015 23:48:17 +0000 (17:48 -0600)
commitffbd5e09b7851d579034fb1ca7efc0703fc2ee30
tree18c7f34de19378ea3c4eab48ff6052b83bd035f4
parentefee9dc4863288a7959873237ddf05935e2c60b7
re PR driver/68043 (many undocumented options, missing punctuation)

gcc/ChangeLog:

2015-10-22  Martin Sebor  <msebor@redhat.com>

PR driver/68043
* config/i386/i386.opt: Add missing periods to the ends of sentences.
* config/msp430/msp430.opt: Same.

gcc/testsuite/ChangeLog:

2015-10-22  Martin Sebor  <msebor@redhat.com>

PR driver/68043
* gcc.misc-tests/help.exp: Verify that option descriptions
end in periods.
* lib/options.exp (check_for_options): Use the regexp --line option.
Print unexpected match on failure.

From-SVN: r229205
gcc/ChangeLog
gcc/config/i386/i386.opt
gcc/config/msp430/msp430.opt
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/help.exp
gcc/testsuite/lib/options.exp