Re: [PATCH 2/4] Fix GNU coding style.

2018-11-07 Thread Martin Liška
On 11/7/18 10:17 AM, Jakub Jelinek wrote: > On Wed, Nov 07, 2018 at 10:12:17AM +0100, Martin Liška wrote: >>/* Register memory allocation descriptor for container PTR. ORIGIN >> identifies >> type of container and GGC identifes if the allocation is handled in GGC >> memory. Each

Re: [PATCH 2/4] Fix GNU coding style.

2018-11-07 Thread Jakub Jelinek
On Wed, Nov 07, 2018 at 10:12:17AM +0100, Martin Liška wrote: >/* Register memory allocation descriptor for container PTR. ORIGIN > identifies > type of container and GGC identifes if the allocation is handled in GGC > memory. Each location is identified by file NAME, LINE in sou

Re: [PATCH 2/4] Fix GNU coding style.

2018-11-07 Thread Martin Liška
The version I've just installed. M. >From ff99a2f57f3372c66aa25ed0c8e36697b49fee56 Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 7 Nov 2018 10:05:41 +0100 Subject: [PATCH] Fix GNU coding style (V2). gcc/ChangeLog: 2018-11-07 Martin Liska * mem-stats.h: Fix GNU coding style. --- gcc/mem

Re: [PATCH 2/4] Fix GNU coding style.

2018-11-07 Thread Martin Liška
On 11/5/18 6:08 PM, Martin Sebor wrote: > On 11/02/2018 04:37 AM, marxin wrote: >> >> gcc/ChangeLog: >> >> 2018-11-02  Martin Liska  >> >> * mem-stats.h (mem_alloc_description::get_list): Fix GNU coding >> style. >> * vec.c: Likewise. > > I have no preference here or even know what th

Re: [PATCH 2/4] Fix GNU coding style.

2018-11-05 Thread Martin Sebor
On 11/02/2018 04:37 AM, marxin wrote: gcc/ChangeLog: 2018-11-02 Martin Liska * mem-stats.h (mem_alloc_description::get_list): Fix GNU coding style. * vec.c: Likewise. I have no preference here or even know what the style guide calls for (nor have I been able to fin

Re: [PATCH 2/4] Fix GNU coding style.

2018-11-05 Thread Richard Biener
On Mon, Nov 5, 2018 at 9:07 AM marxin wrote: > OK > gcc/ChangeLog: > > 2018-11-02 Martin Liska > > * mem-stats.h (mem_alloc_description::get_list): Fix GNU coding > style. > * vec.c: Likewise. > --- > gcc/mem-stats.h | 61 +-

[PATCH 2/4] Fix GNU coding style.

2018-11-05 Thread marxin
gcc/ChangeLog: 2018-11-02 Martin Liska * mem-stats.h (mem_alloc_description::get_list): Fix GNU coding style. * vec.c: Likewise. --- gcc/mem-stats.h | 61 + gcc/vec.c | 1 - 2 files changed, 26 insertions(+), 36 d