Re: [PATCH 2/4] Use const for some function arguments.

2020-05-05 Thread Jeff Law via Gcc-patches
On Tue, 2020-02-04 at 14:55 +0100, Martin Liska wrote: > gcc/ChangeLog: > > 2020-02-04 Martin Liska > > PR c/92472. > * alloc-pool.h: Use const for some arguments. > * bitmap.h: Likewise. > * mem-stats.h: Likewise. > * sese.h (get_entry_bb): Likewise. > (get

Re: [PATCH 2/4] Use const for some function arguments.

2020-02-17 Thread Richard Biener
On Mon, Feb 17, 2020 at 11:05 AM Martin Liška wrote: > > On 2/7/20 6:21 PM, Segher Boessenkool wrote: > > On Tue, Feb 04, 2020 at 02:55:14PM +0100, Martin Liska wrote: > >> > >> gcc/ChangeLog: > >> > >> 2020-02-04 Martin Liska > >> > >> PR c/92472. > > > > That trailing dot should not be t

Re: [PATCH 2/4] Use const for some function arguments.

2020-02-17 Thread Martin Liška
On 2/7/20 6:21 PM, Segher Boessenkool wrote: On Tue, Feb 04, 2020 at 02:55:14PM +0100, Martin Liska wrote: gcc/ChangeLog: 2020-02-04 Martin Liska PR c/92472. That trailing dot should not be there (in some other patches as well). Sure. I'll fix it. @Richi: May I install the pat

Re: [PATCH 2/4] Use const for some function arguments.

2020-02-07 Thread Segher Boessenkool
On Tue, Feb 04, 2020 at 02:55:14PM +0100, Martin Liska wrote: > > gcc/ChangeLog: > > 2020-02-04 Martin Liska > > PR c/92472. That trailing dot should not be there (in some other patches as well). Segher