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] tree-cfg.c: Fix remove_forwarder_block.


On Tue, 2005-01-18 at 23:52 -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to fix remove_forwarder_block so that a nonlocal
> label won't end up appearing in the middle of a basic block.
> 
> This patch is based on the thread starting at
> 
> http://gcc.gnu.org/ml/gcc/2005-01/msg01036.html
> 
> This bug was found by inspection.
> 
> Tested on i686-pc-linux-gnu.  OK to apply?
> 
> Kazu Hirata
> 
> 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* tree-cfg.c (remove_forwarder_block): Fix the check to
> 	prevent a nonlocal label from appearing in the middle of a
> 	basic block.
Approved.
jeff



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