Re: [PATCH v2] libiberty: d-demangle: remove parenthesis where it is not needed

2021-10-12 Thread Luís Ferreira
On Tue, 2021-10-12 at 08:42 -0600, Jeff Law wrote: >   >   > On 10/12/2021 8:06 AM, Luís Ferreira wrote: >   > > Those parenthesis doesn't increase readability at all and this > > patch makes the > > source code a bit more consistent with the rest of the > > dereferencing > > assignments. > > > >

Re: [PATCH v2] libiberty: d-demangle: remove parenthesis where it is not needed

2021-10-12 Thread Jeff Law via Gcc-patches
On 10/12/2021 8:06 AM, Luís Ferreira wrote: Those parenthesis doesn't increase readability at all and this patch makes the source code a bit more consistent with the rest of the dereferencing assignments. ChangeLog: libiberty/ * d-demangle.c (dlang_parse_qualified): Remove redudant pa