Remove trailing period from various diagnostic messages (PR translation/79923)
commit1c62dfe7e521c9e061d330c8b710401c1af5c10f
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2017 01:43:48 +0000 (11 01:43 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2017 01:43:48 +0000 (11 01:43 +0000)
tree84f56b24d40ec62fc88d6efabff1565b1bdd42c6
parentcca1575aca0d9065377850d5ff50d223b20e87c3
Remove trailing period from various diagnostic messages (PR translation/79923)

gcc/ChangeLog:
PR translation/79923
* auto-profile.c (get_combined_location): Convert leading
character of diagnostics to lower case and remove trailing period.
(read_profile): Likewise for various diagnostics.
* config/arm/arm.c (arm_option_override): Remove trailing period
from various diagnostics.
* config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
(msp430_expand_delay_cycles): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246067 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/auto-profile.c
gcc/config/arm/arm.c
gcc/config/msp430/msp430.c