On Tue, 20 Dec 2016, Jakub Jelinek wrote:
> Hi!
>
> We only record side-effects from the last parameter, the following patch
> fixes that by accumulating them from all the parameters. I've checked all
> the callers of grokdeclarator and grokdeclarator is always called with expr
> either pointing
Hi!
We only record side-effects from the last parameter, the following patch
fixes that by accumulating them from all the parameters. I've checked all
the callers of grokdeclarator and grokdeclarator is always called with expr
either pointing to NULL_TREE, or being NULL, or where we want the
side