On Fri, Oct 24, 2003 at 03:17:22PM +0200, Jan Hubicka wrote: > + /* Make gimplifier happy about this variable. */ > + var->decl.seen_in_bind_expr = 1; Make that "= keep_function_tree_in_gimple_form (fn)" and it's ok. Alternately, we could make sure to set that bit on PARM_DECLS in the original function. r~