[PATCH] Fix segfault with inlining

Jakub Jelinek jakub@redhat.com
Tue Sep 17 09:14:00 GMT 2013


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



More information about the Gcc-patches mailing list