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 removal of trivially empty bb's even in CFGRTL mode (PR middle-end/44102)


On 05/13/2010 06:59 AM, Jakub Jelinek wrote:
> 	PR middle-end/44102
> 	* cfgcleanup.c (try_optimize_cfg): When removing trivially empty
> 	bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
> 	mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
> 	add BARRIER after previous bb if needed.
> 
> 	* g++.dg/ext/asmgoto1.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]