This is the mail archive of the gcc-patches@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: [PATCH] Fix ICE with asm goto and shrink wrapping (PR rtl-optimization/53589)


On 2012-06-06 23:53, Jakub Jelinek wrote:
> 2012-06-07  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR rtl-optimization/53589
> 	* cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
> 	discovery even when e->dest != target.  If any LABEL_REF points
> 	to e->dest label, redirect it to target's label.
> 
> 	* gcc.dg/torture/pr53589.c: New test.

Ok.


r~


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