On Sat, Jul 30, 2011 at 12:21 AM, Tom de Vries <vr...@codesourcery.com> wrote: > > This is an updated version of the patch. I have 2 new patches and an updated > testcase which I will sent out individually. > > Patch set was bootstrapped and reg-tested on x86_64. > > Ok for trunk? > > Thanks, > - Tom > > 2011-07-30 Tom de Vries <t...@codesourcery.com> > > PR middle-end/43513 > * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule. > * tree-ssa-ccp.c (params.h): Include. > (fold_builtin_alloca_for_var): New function. > (ccp_fold_stmt): Use fold_builtin_alloca_for_var. >
This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 -- H.J.