Re: [PATCH] Fix number of arguments in call to alloca_with_align

2011-10-13 Thread Richard Guenther
On Wed, Oct 12, 2011 at 9:24 PM, Tom de Vries wrote: > Richard, > > This patch fixes a trivial problem in gimplify_parameters, introduced by the > patch that introduced BUILT_IN_ALLOCA_WITH_ALIGN. > BUILT_IN_ALLOCA_WITH_ALIGN has 2 parameters, so the number of arguments in the > corresponding buil

[PATCH] Fix number of arguments in call to alloca_with_align

2011-10-12 Thread Tom de Vries
Richard, This patch fixes a trivial problem in gimplify_parameters, introduced by the patch that introduced BUILT_IN_ALLOCA_WITH_ALIGN. BUILT_IN_ALLOCA_WITH_ALIGN has 2 parameters, so the number of arguments in the corresponding build_call_expr should be 2, not 1. Bootstrapped and reg-tested (inc