PATCH: Repair damage after PR 8866 fix

Richard Henderson rth@redhat.com
Mon Apr 21 23:51:00 GMT 2003


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~



More information about the Gcc-patches mailing list