Re: [PATCH] testsuite: Add testcase for recently fixed PR [PR101159]

2021-06-22 Thread Richard Biener
On Tue, 22 Jun 2021, Jakub Jelinek wrote: > On Tue, Jun 22, 2021 at 11:00:51AM +0200, Richard Biener wrote: > > 2021-06-22 Richard Biener > > > > PR tree-optimization/101159 > > * tree-vect-patterns.c (vect_recog_popcount_pattern): Add > > missing NULL vectype check. > > The follo

[PATCH] testsuite: Add testcase for recently fixed PR [PR101159]

2021-06-22 Thread Jakub Jelinek via Gcc-patches
On Tue, Jun 22, 2021 at 11:00:51AM +0200, Richard Biener wrote: > 2021-06-22 Richard Biener > > PR tree-optimization/101159 > * tree-vect-patterns.c (vect_recog_popcount_pattern): Add > missing NULL vectype check. The following patch adds the testcase for it, IMHO it can't hu