[PATCH] Fix output_set_got vs. barrier_args_size (PR middle-end/45484)

Richard Henderson rth@redhat.com
Fri Sep 3 00:37:00 GMT 2010


On 09/02/2010 02:40 PM, Jakub Jelinek wrote:
>  	  rtx insn;
>  	  start_sequence ();
> -	  insn = emit_barrier ();
> +	  insn = emit_jump_insn (gen_rtx_SET (VOIDmode, pc_rtx, pc_rtx));
>  	  end_sequence ();
>  	  dwarf2out_frame_debug (insn, false);

Ug.  Wouldn't it be better simply to expose a dwarf2out routine
that flushes the queue, without dancing around fake insns?


r~



More information about the Gcc-patches mailing list