On Fri, Sep 13, 2013 at 04:29:48PM +0200, Eric Botcazou wrote: > @@ -4748,6 +4774,8 @@ copy_gimple_seq_and_replace_locals (gimp > id.transform_call_graph_edges = CB_CGE_DUPLICATE; > id.transform_new_cfg = false; > id.transform_return_to_modify = false; > + id.transform_parameter = false; > + id.transform_parameter = false; > id.transform_lang_insert_block = NULL; > > /* Walk the tree once to find local labels. */
Why are you storing the same thing twice? Jakub