Re: [PATCH 3/7] Remove trailing period from various diagnostic messages (PR translation/79923)

2017-03-13 Thread Kyrill Tkachov
On 10/03/17 23:36, David Malcolm wrote: On Fri, 2017-03-10 at 09:24 +, Kyrill Tkachov wrote: On 10/03/17 06:24, Jakub Jelinek wrote: On Thu, Mar 09, 2017 at 12:45:25PM -0500, David Malcolm wrote: gcc/ChangeLog: PR translation/79923 * auto-profile.c

Re: [PATCH 3/7] Remove trailing period from various diagnostic messages (PR translation/79923)

2017-03-10 Thread David Malcolm
On Fri, 2017-03-10 at 09:24 +, Kyrill Tkachov wrote: > On 10/03/17 06:24, Jakub Jelinek wrote: > > On Thu, Mar 09, 2017 at 12:45:25PM -0500, David Malcolm wrote: > > > gcc/ChangeLog: > > > PR translation/79923 > > > * auto-profile.c (get_combined_location): Convert leading > > >

Re: [PATCH 3/7] Remove trailing period from various diagnostic messages (PR translation/79923)

2017-03-10 Thread Kyrill Tkachov
On 10/03/17 09:30, Jakub Jelinek wrote: On Fri, Mar 10, 2017 at 09:24:18AM +, Kyrill Tkachov wrote: On 10/03/17 06:24, Jakub Jelinek wrote: On Thu, Mar 09, 2017 at 12:45:25PM -0500, David Malcolm wrote: gcc/ChangeLog: PR translation/79923 * auto-profile.c

Re: [PATCH 3/7] Remove trailing period from various diagnostic messages (PR translation/79923)

2017-03-10 Thread Jakub Jelinek
On Fri, Mar 10, 2017 at 09:24:18AM +, Kyrill Tkachov wrote: > > On 10/03/17 06:24, Jakub Jelinek wrote: > > On Thu, Mar 09, 2017 at 12:45:25PM -0500, David Malcolm wrote: > > > gcc/ChangeLog: > > > PR translation/79923 > > > * auto-profile.c (get_combined_location): Convert leading > > >

Re: [PATCH 3/7] Remove trailing period from various diagnostic messages (PR translation/79923)

2017-03-10 Thread Kyrill Tkachov
On 10/03/17 06:24, Jakub Jelinek wrote: On Thu, Mar 09, 2017 at 12:45:25PM -0500, David Malcolm wrote: gcc/ChangeLog: PR translation/79923 * auto-profile.c (get_combined_location): Convert leading character of diagnostics to lower case and remove trailing period.

Re: [PATCH 3/7] Remove trailing period from various diagnostic messages (PR translation/79923)

2017-03-09 Thread Jakub Jelinek
On Thu, Mar 09, 2017 at 12:45:25PM -0500, David Malcolm wrote: > 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

[PATCH 3/7] Remove trailing period from various diagnostic messages (PR translation/79923)

2017-03-09 Thread David Malcolm
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-builtins.c