This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Mainline merge as of 2003-10-17


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]