Re: [PATCH] Fix the bug of comparing goto_locus to UNKNOWN_LOCATION
> gcc/ChangeLog: > 2012-11-26 Dehao Chen > >* cfgrtl.c (rtl_merge_blocks): Check with UNKNOWN_LOCATION correctly. >(cfg_layout_merge_blocks): Likewise. OK, thanks. -- Eric Botcazou
[PATCH] Fix the bug of comparing goto_locus to UNKNOWN_LOCATION
Hi, This patch fixes a bug of comparing goto_locus to UNKNOWN_LOCATION when combining basic blocks. Bootstrapped and and passed gcc regression tests. Is it okay for trunk? Thanks, Dehao gcc/ChangeLog: 2012-11-26 Dehao Chen * cfgrtl.c (rtl_merge_blocks): Check with UNKNOWN_LOCATION