On Sat, Aug 1, 2020 at 8:46 PM Roger Sayle wrote:
>
>
> This patch silences a number of unused parameter warnings whilst
> compiling both generic-match.c and gimple-match.c. The problem is
> that multiple (polymorphic) functions are generated for generic_simplify
> and gimple_simplify, each handl
This patch silences a number of unused parameter warnings whilst
compiling both generic-match.c and gimple-match.c. The problem is
that multiple (polymorphic) functions are generated for generic_simplify
and gimple_simplify, each handling tree codes with a specific number
of children. Currently,