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: Repair damage after PR 8866 fix


On Fri, Apr 18, 2003 at 03:00:11PM -0700, Mark Mitchell wrote:
> 	* cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
> 	for orphaned jump tables.

This is incorrect.  Jump tables are *never* in a basic block.
The problem is that we *really* need to exactly keep the jump
insn together with the table.  As such I think your original
patch was incorrect.


r~


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