Re: [PATCH] c++: remove redundand NULL check.

2021-04-29 Thread Richard Biener via Gcc-patches
On Wed, Apr 21, 2021 at 11:19 AM Martin Liška wrote: > > The check is redundant. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK. > Thanks, > Martin > > gcc/cp/ChangeLog: > > PR c++/99616 > * decl.c (grokdeclarator): Remove

[PATCH] c++: remove redundand NULL check.

2021-04-21 Thread Martin Liška
The check is redundant. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/cp/ChangeLog: PR c++/99616 * decl.c (grokdeclarator): Remove redundant NULL check. --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+),