[Bug translation/79923] diagnostics: some diagnostics have trailing period

2017-03-10 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79923

David Malcolm  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Depends on||79995
 Resolution|--- |FIXED

--- Comment #3 from David Malcolm  ---
r246067 fixes most of these; the remaining ones are those in arm-builtins.c,
for which I've opened PR 79995.

Marking this one as resolved.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79995
[Bug 79995] Messages for iWMMXt builtins could use some cleanup

[Bug translation/79923] diagnostics: some diagnostics have trailing period

2017-03-10 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79923

--- Comment #2 from David Malcolm  ---
Author: dmalcolm
Date: Sat Mar 11 01:43:48 2017
New Revision: 246067

URL: https://gcc.gnu.org/viewcvs?rev=246067=gcc=rev
Log:
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.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/auto-profile.c
trunk/gcc/config/arm/arm.c
trunk/gcc/config/msp430/msp430.c

[Bug translation/79923] diagnostics: some diagnostics have trailing period

2017-03-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79923

David Malcolm  changed:

   What|Removed |Added

   Priority|P3  |P5
 CC||dmalcolm at gcc dot gnu.org

--- Comment #1 from David Malcolm  ---
Candidate patch:
  https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00450.html